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

Co-authored-by: Chris Russell <8494645+chescock@users.noreply.github.com>
This commit is contained in:
Christian Hughes 2025-07-11 20:38:58 -05:00 committed by GitHub
parent d0d2e4a673
commit 96479b84f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -752,7 +752,7 @@ new_key_type! {
pub struct SystemSetKey;
}
/// Systems and system sets in a [`ScheduleGraph`] which have not been
/// A node in a [`ScheduleGraph`] with a system or conditions that have not been
/// initialized yet.
///
/// We have to defer initialization of nodes in the graph until we have