From a62f74ffd041e71c2500ca4e8d4be292732733e9 Mon Sep 17 00:00:00 2001 From: Nilirad Date: Sat, 9 Dec 2023 13:10:22 +0100 Subject: [PATCH] Remove reference to default schedule --- crates/bevy_app/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,