Update crates/bevy_ecs/src/schedule/schedule.rs

This commit is contained in:
Christian Hughes 2025-07-10 20:03:22 -05:00 committed by GitHub
parent 3f657c292b
commit d0d2e4a673
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -770,7 +770,7 @@ enum UninitializedId {
/// still need to be initialized.
///
/// Conditions might be added multiple times to a system set (e.g. when
/// `configure_sets` is called multiple times with the same set), So we
/// `configure_sets` is called multiple times with the same set), so we
/// need to track where the newly added conditions start in the
/// `conditions` list.
///