Doc: Fix some spelling mistakes (to->two, tileindex->TileIndex). (#9857)

This commit is contained in:
Joan Josep
2022-04-17 19:00:00 +02:00
committed by GitHub
parent 98bdf01967
commit bcf26f8ec0
2 changed files with 9 additions and 9 deletions

View File

@@ -37,11 +37,11 @@ struct TileExtended {
};
/**
* An offset value between to tiles.
* An offset value between two tiles.
*
* This value is used for the difference between
* to tiles. It can be added to a tileindex to get
* the resulting tileindex of the start tile applied
* two tiles. It can be added to a TileIndex to get
* the resulting TileIndex of the start tile applied
* with this saved difference.
*
* @see TileDiffXY(int, int)