Fix minor doc typo (#13776)
Don't think any description is needed, just happened to stumble on this while reading up on how to use `Stopwatch` :)
This commit is contained in:
parent
69d7da9b37
commit
1b9edd0e5b
@ -2,7 +2,7 @@
|
||||
use bevy_reflect::{prelude::*, Reflect};
|
||||
use bevy_utils::Duration;
|
||||
|
||||
/// A Stopwatch is a struct that track elapsed time when started.
|
||||
/// A Stopwatch is a struct that tracks elapsed time when started.
|
||||
///
|
||||
/// Note that in order to advance the stopwatch [`tick`](Stopwatch::tick) **MUST** be called.
|
||||
/// # Examples
|
||||
|
||||
Loading…
Reference in New Issue
Block a user