tiny typo

This commit is contained in:
Jonas Schievink 2017-07-25 02:13:11 +02:00
parent 54464b0842
commit 335ecbbac6
1 changed files with 1 additions and 1 deletions

View File

@ -1306,7 +1306,7 @@ impl Lua {
.call(()) .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 { pub fn create_string(&self, s: &str) -> String {
unsafe { unsafe {
stack_guard(self.state, 0, || { stack_guard(self.state, 0, || {