bevy/crates/bevy_reflect/bevy_reflect_derive/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
..
impls
container_attributes.rs Use a fixed state hasher in bevy_reflect for deterministic Reflect::reflect_hash() across processes (#7583) 2023-02-17 15:37:35 +00:00
derive_data.rs
documentation.rs
enum_utility.rs
field_attributes.rs Non-breaking change* from UK spellings to US (#8291) 2023-04-08 16:22:46 +00:00
fq_std.rs
from_reflect.rs bevy_reflect: Fix trailing comma breaking derives (#8014) 2023-03-27 21:47:33 +00:00
lib.rs bevy_reflect: Improved documentation (#7148) 2023-02-18 20:42:01 +00:00
reflect_value.rs
registration.rs
trait_reflection.rs
type_uuid.rs Fix clippy lint (#7765) 2023-02-20 22:56:58 +00:00
utility.rs Non-breaking change* from UK spellings to US (#8291) 2023-04-08 16:22:46 +00:00