diff options
| author | mat <git@matdoes.dev> | 2025-12-14 19:12:20 -0930 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-12-14 19:12:20 -0930 |
| commit | de48bfc94ea4e62a8d5702d456aa4e82ced3890c (patch) | |
| tree | 3b9e28a0a0562077b85e12d90c3c7e060bfe92f8 /azalea-world/src | |
| parent | aab9f56da20a36347fe31557377e07a47c114dc6 (diff) | |
| download | azalea-drasl-de48bfc94ea4e62a8d5702d456aa4e82ced3890c.tar.xz | |
create typos.toml and fix 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 82594986..e4260aee 100644 --- a/azalea-world/src/world.rs +++ b/azalea-world/src/world.rs @@ -52,7 +52,7 @@ impl PartialInstance { /// An entity ID used by Minecraft. /// -/// These IDs are picked by the server. Some server softwares (like Bungeecord) +/// These IDs are picked by the server. Some server software (like Bungeecord) /// may pick entity IDs per-player, so you should avoid relying on them for /// identifying IDs (especially if you're using a shared world -- i.e. a swarm). /// |
