bevy/crates/bevy_ecs/src
Rob Parrett cfee0e882e Fix various typos (#5417)
## Objective

- Fix some typos

## Solution

- Fix em. 
- My favorite was `maxizimed`
2022-07-21 20:46:54 +00:00
..
entity Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
query Fix various typos (#5417) 2022-07-21 20:46:54 +00:00
schedule improve documentation for macro-generated label types (#5367) 2022-07-20 19:39:42 +00:00
storage Fix various typos (#5417) 2022-07-21 20:46:54 +00:00
system Fix various typos (#5417) 2022-07-21 20:46:54 +00:00
world Fix various typos (#5417) 2022-07-21 20:46:54 +00:00
archetype.rs Fix various typos (#5417) 2022-07-21 20:46:54 +00:00
bundle.rs add more SAFETY comments and lint for missing ones in bevy_ecs (#4835) 2022-07-04 14:44:24 +00:00
change_detection.rs Add reflection for resources (#5175) 2022-07-04 13:04:20 +00:00
component.rs add more SAFETY comments and lint for missing ones in bevy_ecs (#4835) 2022-07-04 14:44:24 +00:00
event.rs Fix various typos (#5417) 2022-07-21 20:46:54 +00:00
lib.rs add more SAFETY comments and lint for missing ones in bevy_ecs (#4835) 2022-07-04 14:44:24 +00:00
reflect.rs Add apply_or_insert functions to reflected component and resources (#5201) 2022-07-11 14:11:24 +00:00