Skip to content

Commit b3872b1

Browse files
committed
Fix doc comment
1 parent 6f7d52d commit b3872b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/schedule_v3/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pub trait IntoSystemSetConfig: sealed::IntoSystemSetConfig {
9191
/// Add to the provided "base" `set`.
9292
#[track_caller]
9393
fn in_base_set(self, set: impl SystemSet) -> SystemSetConfig;
94-
/// Don't add this set to the schedules's default base set.
94+
/// Add this set to the schedules's default base set.
9595
fn in_default_base_set(self) -> SystemSetConfig;
9696
/// Run before all systems in `set`.
9797
fn before<M>(self, set: impl IntoSystemSet<M>) -> SystemSetConfig;

0 commit comments

Comments
 (0)