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.
1 parent b3615f9 commit 553f02eCopy full SHA for 553f02e
crates/languages/bevy_mod_scripting_lua/src/util.rs
@@ -35,7 +35,7 @@ macro_rules! lua_path {
35
///
36
/// Current configuration will provide "/scripts/*.lua" paths
37
/// ```rust
38
-/// use bevy_mod_scripting::lua_path;
+/// use bevy_mod_scripting_lua::lua_path;
39
/// assert_eq!("scripts/build/my_script.lua",lua_path!("my_script"))
40
/// ```
41
#[cfg(not(feature = "teal"))]
0 commit comments