Skip to content

Commit

Permalink
chore: fix mlua::lua()'s docs
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Nov 1, 2024
1 parent 6f7be8c commit 0e3be18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ pub mod mlua {
pub use mlua::*;

/// Returns a static reference to a
/// [`mlua::Lua`](https://docs.rs/mlua/latest/mlua/struct.Lua.html) object
/// 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.
///
/// # Examples
///
Expand Down

0 comments on commit 0e3be18

Please sign in to comment.