Skip to content

Commit 8ef3295

Browse files
authored
Fix typo in tilemap.cs documentation (#195)
1 parent ee10435 commit 8ef3295

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/13_working_with_tilemaps/snippets

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/13_working_with_tilemaps/snippets/tilemap.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public TextureRegion GetTile(int index)
104104
}
105105

106106
/// <summary>
107-
/// Gets the texture region of the tile frm this tilemap at the specified
107+
/// Gets the texture region of the tile from this tilemap at the specified
108108
/// column and row.
109109
/// </summary>
110110
/// <param name="column">The column of the tile in this tilemap.</param>

0 commit comments

Comments
 (0)