Skip to content

Commit 0e3be18

Browse files
committed
chore: fix mlua::lua()'s docs
1 parent 6f7be8c commit 0e3be18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ pub mod mlua {
5252
5353
pub use mlua::*;
5454

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.
55+
/// Returns a
56+
/// [`mlua::Lua`](https://docs.rs/mlua/latest/mlua/struct.Lua.html)
57+
/// instance which can be used to interact with Lua plugins.
5858
///
5959
/// # Examples
6060
///

0 commit comments

Comments
 (0)