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