bevy/examples/state
Rob Parrett e46e246581
Fix a few "repeated word" typos (#13955)
# Objective

Stumbled on one of these and went digging for more

## Solution

```diff
- word word
+ word
```
2024-06-20 21:35:20 +00:00
..
computed_states.rs Fix a few "repeated word" typos (#13955) 2024-06-20 21:35:20 +00:00
custom_transitions.rs Move StateTransitionSteps registration to states plugin (#13939) 2024-06-20 00:57:40 +00:00
states.rs Generalize StateTransitionEvent<S> to allow identity transitions (#13579) 2024-06-04 14:23:24 +00:00
sub_states.rs Move utilities from examples to bevy_state and add concept of state-scoped entities (#13649) 2024-06-04 11:44:34 +00:00