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 95234cf commit 259455dCopy full SHA for 259455d
crates/bevy_time/src/lib.rs
@@ -78,7 +78,7 @@ impl Plugin for TimePlugin {
78
/// Configuration resource used to determine how the time system should run.
79
///
80
/// 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.
+/// networking or similar, you may prefer to set the next [`Time`] value manually.
82
#[derive(Resource, Default)]
83
pub enum TimeUpdateStrategy {
84
/// [`Time`] will be automatically updated each frame using an [`Instant`] sent from the render world via a [`TimeSender`].
0 commit comments