Skip to content

Commit

Permalink
Remove unnecessary comment about being flexible.
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 authored Sep 19, 2023
1 parent 99166fe commit aa81e3f
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 @@ -47,7 +47,7 @@ impl World {
///
/// This is different from adding systems to a [`Schedule`](crate::schedule::Schedule),
/// because the [`SystemId`] that is returned can be used anywhere in the [`World`] to run the associated system.
/// This allows for running systems in a pushed-based fashion, which is very flexible.
/// This allows for running systems in a pushed-based fashion.
/// Using a [`Schedule`](crate::schedule::Schedule) is still preferred for most cases
/// due to its better performance and abillity to run non-conflicting systems simultaneously.
pub fn register_system<M, S: IntoSystem<(), (), M> + 'static>(
Expand Down

0 comments on commit aa81e3f

Please sign in to comment.