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