Skip to content

Commit

Permalink
Fix minor doc typo (#13776)
Browse files Browse the repository at this point in the history
Don't think any description is needed, just happened to stumble on this
while reading up on how to use `Stopwatch` :)
  • Loading branch information
janhohenheim authored Jun 10, 2024
1 parent 69d7da9 commit 1b9edd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_time/src/stopwatch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b9edd0

Please sign in to comment.