change doc
All checks were successful
Rust Checks / checks (push) Successful in 1m16s
Rust Checks / checks (pull_request) Successful in 1m15s

This commit is contained in:
CoCo_Sol 2024-02-14 22:23:42 +01:00
parent e572f95f99
commit 078326a7d1

View file

@ -58,7 +58,7 @@ impl<T: HexNumber + AsPrimitive<f32>> HexPosition<T> {
} }
/// Converts the current [HexPosition] into a pixel coordinate. /// 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, /// If you want to learn more about pixel coordinates conversion,
/// you can check the /// you can check the