Skip to content

Commit

Permalink
Update crates/bevy_time/src/time.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
  • Loading branch information
nakedible and alice-i-cecile authored Jun 30, 2023
1 parent ea06f14 commit 90e16f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_time/src/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ use bevy_utils::Duration;
/// [`elapsed()`](Time::elapsed) should use `Res<Time>` to access the default
/// time configured for the program. By default, this refers to
/// [`Time<Virtual>`](crate::virt::Virtual) except during
/// [`FixedUpdate`](bevy_app::FixedUpdate) when it refers to
/// the [`FixedUpdate`](bevy_app::FixedUpdate) schedule when it refers to
/// [`Time<Fixed>`](crate::fixed::Fixed). This makes your system compatible to
/// be used either in [`Update`](bevy_app::Update) or
/// [`FixedUpdate`](bevy_app::FixedUpdate) schedule depending on what is needed.
Expand Down

0 comments on commit 90e16f3

Please sign in to comment.