Skip to content

Commit 53e181b

Browse files
committed
clippy
1 parent 810a6d2 commit 53e181b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/schedule/schedule.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ impl ScheduleGraph {
10231023
Ok(new_graph)
10241024
}
10251025

1026-
/// add a apply_buffers system with no config
1026+
/// add a [`apply_deferred`] system with no config
10271027
fn add_auto_sync(&mut self) -> NodeId {
10281028
let id = NodeId::System(self.systems.len());
10291029

0 commit comments

Comments
 (0)