Skip to content

Commit

Permalink
Fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Feb 6, 2023
1 parent 6f7d52d commit b3872b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/schedule_v3/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pub trait IntoSystemSetConfig: sealed::IntoSystemSetConfig {
/// Add to the provided "base" `set`.
#[track_caller]
fn in_base_set(self, set: impl SystemSet) -> SystemSetConfig;
/// Don't add this set to the schedules's default base set.
/// Add this set to the schedules's default base set.
fn in_default_base_set(self) -> SystemSetConfig;
/// Run before all systems in `set`.
fn before<M>(self, set: impl IntoSystemSet<M>) -> SystemSetConfig;
Expand Down

0 comments on commit b3872b1

Please sign in to comment.