From d4b21d0dead0f8a53ebf6d4b88c358f72bb7f779 Mon Sep 17 00:00:00 2001 From: Federico Rinaldi Date: Sat, 9 Dec 2023 15:21:43 +0100 Subject: [PATCH] Remove reference to default schedule (#10918) Simple doc change since there is no more a default schedule after #8079. --- 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 a6b3c6e2c8..96adaf2e43 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,