bevy/crates/bevy_ecs/src/schedule
Valentine Briese 1142d53a99
Add missing colon in States documentation (#11064)
# Objective

The documentation for the `States` trait contains an error! There is a
single colon missing from `OnExit<T:Variant>`.

## Solution

Replace `OnExit<T:Variant>` with `OnExit<T::Variant>`. (Notice the added
colon.)

---

## Changelog

### Added

- Added missing colon in `States` documentation.

---

Bevy community, you may now rest easy.
2023-12-22 17:19:31 +00:00
..
executor Reorder impl to be the same as the trait (#10964) 2023-12-13 21:19:49 +00:00
condition.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
config.rs Auto insert sync points (#9822) 2023-12-14 16:34:01 +00:00
graph_utils.rs Auto insert sync points (#9822) 2023-12-14 16:34:01 +00:00
mod.rs Simplify equality assertions (#10988) 2023-12-16 23:58:41 +00:00
schedule.rs Remove unnecessary parentheses (#10990) 2023-12-16 02:26:18 +00:00
set.rs Reorder impl to be the same as the trait (#10964) 2023-12-13 21:19:49 +00:00
state.rs Add missing colon in States documentation (#11064) 2023-12-22 17:19:31 +00:00