diff --git a/crates/bevy_time/src/timer.rs b/crates/bevy_time/src/timer.rs index f94fbac76a..4661bbeae9 100644 --- a/crates/bevy_time/src/timer.rs +++ b/crates/bevy_time/src/timer.rs @@ -328,7 +328,7 @@ impl Timer { self.elapsed().as_secs_f32() / self.duration().as_secs_f32() } - /// Returns the percentage of the timer remaining time (goes from 0.0 to 1.0). + /// Returns the percentage of the timer remaining time (goes from 1.0 to 0.0). /// /// # Examples /// ```