diff --git a/examples/ecs/timers.rs b/examples/ecs/timers.rs index 7b3f09c808..7f20f080ff 100644 --- a/examples/ecs/timers.rs +++ b/examples/ecs/timers.rs @@ -43,8 +43,8 @@ fn setup(mut commands: Commands) { ))); } -/// This system ticks all the `Timer` components on entities within the scene -/// using bevy's `Time` resource to get the delta between each update. +/// This system ticks the `Timer` on the entity with the `PrintOnCompletionTimer` +/// component using bevy's `Time` resource to get the delta between each update. fn print_when_completed(time: Res