Skip to content

Commit

Permalink
Update crates/bevy_ecs/src/system/function_system.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed May 30, 2022
1 parent 335d8b8 commit dbfdbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/system/function_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ where
{
/// Message shown when a system isn't initialised
// When lines get too long, rustfmt can sometimes refuse to format them.
// Work around this by abstracting over the message.
// Work around this by storing the message separately.
const PARAM_MESSAGE: &'static str = "System's param_state was not found. Did you forget to initialize this system before running it?";
}

Expand Down

0 comments on commit dbfdbd2

Please sign in to comment.