Skip to content

Commit

Permalink
all green
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Feb 26, 2024
1 parent 428b353 commit 32d4602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/schedule/executor/multi_threaded.rs
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ mod tests {
schedule.add_systems(
(
(|| {}).run_if(|| false),
// This system depends on a sytem that is always skipped.
// This system depends on a system that is always skipped.
|mut commands: Commands| {
commands.insert_resource(R);
},
Expand Down

0 comments on commit 32d4602

Please sign in to comment.