We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mlua::lua()
1 parent 6f7be8c commit 0e3be18Copy full SHA for 0e3be18
src/lib.rs
@@ -52,9 +52,9 @@ pub mod mlua {
52
53
pub use mlua::*;
54
55
- /// Returns a static reference to a
56
- /// [`mlua::Lua`](https://docs.rs/mlua/latest/mlua/struct.Lua.html) object
57
- /// which can be used to interact with Lua plugins.
+ /// Returns a
+ /// [`mlua::Lua`](https://docs.rs/mlua/latest/mlua/struct.Lua.html)
+ /// instance which can be used to interact with Lua plugins.
58
///
59
/// # Examples
60
0 commit comments