diff --git a/crates/bevy_app/src/app.rs b/crates/bevy_app/src/app.rs index a6b3c6e2c8b56..96adaf2e43aed 100644 --- a/crates/bevy_app/src/app.rs +++ b/crates/bevy_app/src/app.rs @@ -418,7 +418,7 @@ impl App { self } - /// Configures a collection of system sets in the default schedule, adding any sets that do not exist. + /// Configures a collection of system sets in the provided schedule, adding any sets that do not exist. #[track_caller] pub fn configure_sets( &mut self,