bevy/crates/bevy_ecs/src/world
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
..
command_queue.rs Generalised ECS reactivity with Observers (#10839) 2024-06-15 01:33:26 +00:00
component_constants.rs Fix a few "repeated word" typos (#13955) 2024-06-20 21:35:20 +00:00
deferred_world.rs Fix a few "repeated word" typos (#13955) 2024-06-20 21:35:20 +00:00
entity_ref.rs Fix lints introduced in Rust beta 1.80 (#13899) 2024-06-17 17:22:01 +00:00
error.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
identifier.rs impl ExclusiveSystemParam for WorldId (#11164) 2024-01-01 15:59:53 +00:00
mod.rs Change World::inspect_entity to return an Iterator instead of Vec (#13934) 2024-06-19 21:06:35 +00:00
spawn_batch.rs Generalised ECS reactivity with Observers (#10839) 2024-06-15 01:33:26 +00:00
unsafe_world_cell.rs Fix lints introduced in Rust beta 1.80 (#13899) 2024-06-17 17:22:01 +00:00