diff options
Diffstat (limited to 'src/lua.rs')
-rw-r--r-- | src/lua.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -438,7 +438,7 @@ impl Lua { } #[cfg(feature = "luau")] - mlua_expect!(lua.prepare_luau_state(), "Error preparing Luau state"); + mlua_expect!(lua.prepare_luau_state(), "Error configuring Luau"); lua } |