diff options
Diffstat (limited to 'azalea-world/src/world.rs')
| -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). /// |
