bevy/crates/bevy_ecs/src
Mikkel Rasmussen e9312254d8
Non-breaking change* from UK spellings to US (#8291)
Fixes issue mentioned in PR #8285.

_Note: By mistake, this is currently dependent on #8285_
# Objective

Ensure consistency in the spelling of the documentation.

Exceptions:
`crates/bevy_mikktspace/src/generated.rs` - Has not been changed from
licence to license as it is part of a licensing agreement.

Maybe for further consistency,
https://github.com/bevyengine/bevy-website should also be given a look.

## Solution

### Changed the spelling of the current words (UK/CN/AU -> US) :
cancelled -> canceled (Breaking API changes in #8285)
behaviour -> behavior (Breaking API changes in #8285)
neighbour -> neighbor
grey -> gray
recognise -> recognize
centre -> center
metres -> meters
colour -> color

### ~~Update [`engine_style_guide.md`]~~ Moved to #8324 

---

## Changelog

Changed UK spellings in documentation to US

## Migration Guide

Non-breaking changes*

\* If merged after #8285
2023-04-08 16:22:46 +00:00
..
entity Remove redundant bounds check in Entities::get (#8108) 2023-03-16 22:49:36 +00:00
query Non-breaking change* from UK spellings to US (#8291) 2023-04-08 16:22:46 +00:00
schedule Make state private and only accessible through getter for State resource (#8009) 2023-04-04 01:25:54 +00:00
storage Increase type safety and clarity for change detection (#7905) 2023-03-09 17:17:02 +00:00
system Non-breaking change* from UK spellings to US (#8291) 2023-04-08 16:22:46 +00:00
world Update increment_change_tick to return a strongly-typed Tick (#8295) 2023-04-03 17:42:27 +00:00
archetype.rs Document bevy_ecs::storage (#7770) 2023-03-09 07:22:48 +00:00
bundle.rs Non-breaking change* from UK spellings to US (#8291) 2023-04-08 16:22:46 +00:00
change_detection.rs Improve documentation for set_if_neq (#8254) 2023-03-30 15:43:13 +00:00
component.rs Non-breaking change* from UK spellings to US (#8291) 2023-04-08 16:22:46 +00:00
event.rs Non-breaking change* from UK spellings to US (#8291) 2023-04-08 16:22:46 +00:00
lib.rs Suppress the clippy::type_complexity lint (#8313) 2023-04-06 21:27:36 +00:00
reflect.rs Bugfix: Scene reload fix (nonbreaking) (#7951) 2023-03-27 22:18:45 +00:00
removal_detection.rs Use UnsafeWorldCell to increase code quality for SystemParam (#8174) 2023-04-01 15:45:07 +00:00