Skip to content

Commit

Permalink
Remove reference to default schedule (#10918)
Browse files Browse the repository at this point in the history
Simple doc change since there is no more a default schedule after #8079.
  • Loading branch information
Nilirad committed Dec 9, 2023
1 parent a4c2728 commit d4b21d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_app/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d4b21d0

Please sign in to comment.