Skip to content

Commit dbfdbd2

Browse files
committed
Update crates/bevy_ecs/src/system/function_system.rs
1 parent 335d8b8 commit dbfdbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/system/function_system.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ where
352352
{
353353
/// Message shown when a system isn't initialised
354354
// When lines get too long, rustfmt can sometimes refuse to format them.
355-
// Work around this by abstracting over the message.
355+
// Work around this by storing the message separately.
356356
const PARAM_MESSAGE: &'static str = "System's param_state was not found. Did you forget to initialize this system before running it?";
357357
}
358358

0 commit comments

Comments
 (0)