We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53157c0 commit 1f0fa59Copy full SHA for 1f0fa59
crates/bevy_time/src/stopwatch.rs
@@ -186,7 +186,7 @@ impl Stopwatch {
186
self.paused
187
}
188
189
- /// Resets the stopwatch.
+ /// Resets the stopwatch. The reset doesn’t affect the paused state of the stopwatch.
190
///
191
/// # Examples
192
/// ```
crates/bevy_time/src/timer.rs
@@ -292,7 +292,7 @@ impl Timer {
292
self.stopwatch.paused()
293
294
295
- /// Resets the timer. the reset doesn't affect the `paused` state of the timer.
+ /// Resets the timer. The reset doesn't affect the `paused` state of the timer.
296
297
/// See also [`Stopwatch::reset`](Stopwatch::reset).
298
0 commit comments