Skip to content

Commit

Permalink
Update crates/bevy_ecs/src/schedule/schedule.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
  • Loading branch information
geieredgar and alice-i-cecile authored Aug 14, 2023
1 parent 3d50b9e commit 557977f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/schedule/schedule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ impl ScheduleGraph {
}
}

/// Values returned by `ScheduleGraph::process_configs`
/// Values returned by [`ScheduleGraph::process_configs`]
struct ProcessConfigsResult {
/// All nodes contained inside this process_configs call's [`ItemConfigs`] hierarchy,
/// if `ancestor_chained` is true
Expand Down

0 comments on commit 557977f

Please sign in to comment.