Update src/lune/builtins/luau.rs

Co-authored-by: Filip Tibell <filip.tibell@gmail.com>
This commit is contained in:
AsynchronousMatrix 2023-08-10 17:41:34 +01:00 committed by GitHub
parent d3d0cb3a3d
commit 38a77238b7
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ impl<'lua> FromLua<'lua> for LoadOptions {
from: value.type_name(),
to: "LoadOptions",
message: Some(format!(
"Invalid compile options - expected string or table, got {}",
"Invalid load options - expected string or table, got {}",
value.type_name()
)),
})