bevy/crates/bevy_core/src
Martin Dickopp 995f85e157 Fix typos in Time::last_update and Time::time_since_startup documentation (#4470)
# Objective

The documentation of the `Time::last_update` and `Time::time_since_startup` methods contains typos. It uses apostrophe instead of backtick characters around `Instant` and `Duration`, so that these words are not recognized as identifiers in the generated API documentation. This should be fixed.

## Solution

Fix the typos.
2022-04-13 21:34:21 +00:00
..
time Fix typos in Time::last_update and Time::time_since_startup documentation (#4470) 2022-04-13 21:34:21 +00:00
float_ord.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
lib.rs export TaskPoolThreadAssignmentPolicy (#4145) 2022-03-08 01:54:36 +00:00
name.rs impl more traits for bevy_core::Name (#3611) 2022-02-04 03:07:20 +00:00
task_pool_options.rs use std clamp instead of Bevy's (#1644) 2021-03-13 18:07:14 +00:00