From 078326a7d1d69e068e43f25c369dbfbed58d04a9 Mon Sep 17 00:00:00 2001 From: CoCoSol007 Date: Wed, 14 Feb 2024 22:23:42 +0100 Subject: [PATCH] change doc --- crates/border-wars/src/map/hex.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/border-wars/src/map/hex.rs b/crates/border-wars/src/map/hex.rs index cd94a46..74db219 100644 --- a/crates/border-wars/src/map/hex.rs +++ b/crates/border-wars/src/map/hex.rs @@ -58,7 +58,7 @@ impl> HexPosition { } /// Converts the current [HexPosition] into a pixel coordinate. - /// Input: The size of a single hexagon in pixels (witdh, height). + /// Input: The size of the hexagon in pixels (witdh, height). /// /// If you want to learn more about pixel coordinates conversion, /// you can check the