Skip to content

Commit 1b9edd0

Browse files
authored
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` :)
1 parent 69d7da9 commit 1b9edd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_time/src/stopwatch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
use bevy_reflect::{prelude::*, Reflect};
33
use bevy_utils::Duration;
44

5-
/// A Stopwatch is a struct that track elapsed time when started.
5+
/// A Stopwatch is a struct that tracks elapsed time when started.
66
///
77
/// Note that in order to advance the stopwatch [`tick`](Stopwatch::tick) **MUST** be called.
88
/// # Examples

0 commit comments

Comments
 (0)