Skip to content

Commit

Permalink
Fix failing doctest (#146)
Browse files Browse the repository at this point in the history
fix doctest
  • Loading branch information
makspll authored Nov 10, 2024
1 parent b3615f9 commit 553f02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/languages/bevy_mod_scripting_lua/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ macro_rules! lua_path {
///
/// Current configuration will provide "/scripts/*.lua" paths
/// ```rust
/// use bevy_mod_scripting::lua_path;
/// use bevy_mod_scripting_lua::lua_path;
/// assert_eq!("scripts/build/my_script.lua",lua_path!("my_script"))
/// ```
#[cfg(not(feature = "teal"))]
Expand Down

0 comments on commit 553f02e

Please sign in to comment.