We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7d52d commit b3872b1Copy full SHA for b3872b1
crates/bevy_ecs/src/schedule_v3/config.rs
@@ -91,7 +91,7 @@ pub trait IntoSystemSetConfig: sealed::IntoSystemSetConfig {
91
/// Add to the provided "base" `set`.
92
#[track_caller]
93
fn in_base_set(self, set: impl SystemSet) -> SystemSetConfig;
94
- /// Don't add this set to the schedules's default base set.
+ /// Add this set to the schedules's default base set.
95
fn in_default_base_set(self) -> SystemSetConfig;
96
/// Run before all systems in `set`.
97
fn before<M>(self, set: impl IntoSystemSet<M>) -> SystemSetConfig;
0 commit comments