Skip to content

Commit

Permalink
spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Trashtalk217 committed Aug 31, 2023
1 parent ea30824 commit ff61574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/system/system_registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ use bevy_ecs_macros::Resource;
/// if change_detector.is_changed() {
/// println!("Something happened!");
/// } else {
/// println!("Nothing happaned.");
/// println!("Nothing happened.");
/// }
/// });
///
Expand Down

0 comments on commit ff61574

Please sign in to comment.