Skip to content

Commit 259455d

Browse files
Fix typo in doc comment
Co-authored-by: Jerome Humbert <[email protected]>
1 parent 95234cf commit 259455d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_time/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ impl Plugin for TimePlugin {
7878
/// Configuration resource used to determine how the time system should run.
7979
///
8080
/// For most cases, [`TimeUpdateStrategy::Automatic`] is fine. When writing tests, dealing with
81-
/// networking, or similar you may prefer to set the next [`Time`] value manually.
81+
/// networking or similar, you may prefer to set the next [`Time`] value manually.
8282
#[derive(Resource, Default)]
8383
pub enum TimeUpdateStrategy {
8484
/// [`Time`] will be automatically updated each frame using an [`Instant`] sent from the render world via a [`TimeSender`].

0 commit comments

Comments
 (0)