diff options
| author | mat <git@matdoes.dev> | 2025-06-27 14:00:26 -0900 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-06-27 14:00:26 -0900 |
| commit | 5564d475a285c5b40ac74d7123091ce6c63f8c17 (patch) | |
| tree | 564d07831dfc6555774334aa049b2c8d27921c74 /azalea-world/src | |
| parent | 206445076373636e5ed126faf77706f9fc990785 (diff) | |
| download | azalea-drasl-5564d475a285c5b40ac74d7123091ce6c63f8c17.tar.xz | |
typos
Diffstat (limited to 'azalea-world/src')
| -rw-r--r-- | azalea-world/src/world.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-world/src/world.rs b/azalea-world/src/world.rs index 29e8e547..082ba7bc 100644 --- a/azalea-world/src/world.rs +++ b/azalea-world/src/world.rs @@ -147,7 +147,7 @@ impl PartialEntityInfos { /// /// Also see [`PartialInstance`]. /// -/// This is sometimes interchangably called a "world". However, this type is +/// This is sometimes interchangeably called a "world". However, this type is /// called `Instance` to avoid colliding with the `World` type from Bevy ECS. #[derive(Default, Debug)] pub struct Instance { |
