# 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. |
||
|---|---|---|
| .. | ||
| executor | ||
| condition.rs | ||
| config.rs | ||
| graph_utils.rs | ||
| mod.rs | ||
| schedule.rs | ||
| set.rs | ||
| state.rs | ||