summaryrefslogtreecommitdiff
path: root/src/lua.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua.rs')
-rw-r--r--src/lua.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua.rs b/src/lua.rs
index e4f88a1..1f4f9a6 100644
--- a/src/lua.rs
+++ b/src/lua.rs
@@ -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
}