Skip to content

Commit

Permalink
rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Apr 12, 2024
1 parent 11a856c commit b04f070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/rombus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::Hex;
///
/// > See [this article](https://www.redblobgames.com/grids/hexagons/#map-storage)
///
/// [`Rombus`] is made for _rombus_ large _dense_ maps, utilizing some
/// [`RombusMap`] is made for _rombus_ large _dense_ maps, utilizing some
/// tricks to map [`Hex`] coordinate to a positive 1D array.
///
/// It can be used only if:
Expand Down

0 comments on commit b04f070

Please sign in to comment.