Skip to content

Commit 553f02e

Browse files
authored
Fix failing doctest (#146)
fix doctest
1 parent b3615f9 commit 553f02e

File tree

1 file changed

+1
-1
lines changed
  • crates/languages/bevy_mod_scripting_lua/src

1 file changed

+1
-1
lines changed

crates/languages/bevy_mod_scripting_lua/src/util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ macro_rules! lua_path {
3535
///
3636
/// Current configuration will provide "/scripts/*.lua" paths
3737
/// ```rust
38-
/// use bevy_mod_scripting::lua_path;
38+
/// use bevy_mod_scripting_lua::lua_path;
3939
/// assert_eq!("scripts/build/my_script.lua",lua_path!("my_script"))
4040
/// ```
4141
#[cfg(not(feature = "teal"))]

0 commit comments

Comments
 (0)