From 335ecbbac633e0a5f818520c5c2375068574cf6e Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Tue, 25 Jul 2017 02:13:11 +0200 Subject: [PATCH] tiny typo --- src/lua.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua.rs b/src/lua.rs index 55f0f43..3853992 100644 --- a/src/lua.rs +++ b/src/lua.rs @@ -1306,7 +1306,7 @@ impl Lua { .call(()) } - /// Pass a `&str` slice to Lua, creating and returning a interned Lua string. + /// Pass a `&str` slice to Lua, creating and returning an interned Lua string. pub fn create_string(&self, s: &str) -> String { unsafe { stack_guard(self.state, 0, || {