Skip to content

Commit 19d9e26

Browse files
hymmalice-i-cecile
andauthored
link to Time in docs
Co-authored-by: Alice Cecile <[email protected]>
1 parent f8d8fa9 commit 19d9e26

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
@@ -58,7 +58,7 @@ pub fn create_time_channels() -> (TimeSender, TimeReceiver) {
5858
(TimeSender(s), TimeReceiver(r))
5959
}
6060

61-
/// The system used to update the time. If there is a render world the time is sent from
61+
/// The system used to update the [`Time`] used by app logic. If there is a render world the time is sent from
6262
/// there to this system through channels. Otherwise the time is updated in this system.]
6363
fn time_system(
6464
mut time: ResMut<Time>,

0 commit comments

Comments
 (0)