From 4709ecd349d40a037b9791aca2d426ddbe63b3a9 Mon Sep 17 00:00:00 2001 From: "Jordan \"Heroic\" Hunt" Date: Tue, 21 Oct 2025 11:24:34 -0500 Subject: [PATCH] Fix typo in tilemap.cs documentation --- .../13_working_with_tilemaps/snippets/tilemap.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/tutorials/building_2d_games/13_working_with_tilemaps/snippets/tilemap.cs b/articles/tutorials/building_2d_games/13_working_with_tilemaps/snippets/tilemap.cs index 770c8be2..a85acba3 100644 --- a/articles/tutorials/building_2d_games/13_working_with_tilemaps/snippets/tilemap.cs +++ b/articles/tutorials/building_2d_games/13_working_with_tilemaps/snippets/tilemap.cs @@ -104,7 +104,7 @@ public TextureRegion GetTile(int index) } /// - /// Gets the texture region of the tile frm this tilemap at the specified + /// Gets the texture region of the tile from this tilemap at the specified /// column and row. /// /// The column of the tile in this tilemap.