From de48bfc94ea4e62a8d5702d456aa4e82ced3890c Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 14 Dec 2025 19:12:20 -0930 Subject: create typos.toml and fix typos --- azalea-world/src/world.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-world/src') 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). /// -- cgit v1.2.3