Skip to content

Commit d89781a

Browse files
hymmsuperdump
andauthored
grammar
Co-authored-by: Robert Swain <[email protected]>
1 parent 0cf67ea commit d89781a

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
@@ -71,7 +71,7 @@ fn time_system(
7171
time.update_with_instant(new_time);
7272
*has_received_time = true;
7373
} else if *has_received_time {
74-
warn!("time_system did not receive time from render world! Calculations depending on the time may be incorrect.");
74+
warn!("time_system did not receive the time from the render world! Calculations depending on the time may be incorrect.");
7575
}
7676
} else {
7777
time.update();

0 commit comments

Comments
 (0)