From 0e3be1803629ccf787f81110c4a46813c34b5b68 Mon Sep 17 00:00:00 2001 From: Riccardo Mazzarini Date: Fri, 1 Nov 2024 09:33:58 +0800 Subject: [PATCH] chore: fix `mlua::lua()`'s docs --- src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index ed4b7577..dd2cfacf 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 ///