diff --git a/doc/classes/TileMap.xml b/doc/classes/TileMap.xml
index b44a4d35316..45dc4683df3 100644
--- a/doc/classes/TileMap.xml
+++ b/doc/classes/TileMap.xml
@@ -133,7 +133,7 @@
- Sets the tile index for the cell given by a Vector2.
+ Sets the tile index for the given cell.
An index of [code]-1[/code] clears the cell.
Optionally, the tile can also be flipped, transposed, or given autotile coordinates. The autotile coordinate refers to the column and row of the subtile.
[b]Note:[/b] Data such as navigation polygons and collision shapes are not immediately updated for performance reasons.
@@ -155,7 +155,7 @@
- Sets the tile index for the given cell.
+ Sets the tile index for the cell given by a Vector2.
An index of [code]-1[/code] clears the cell.
Optionally, the tile can also be flipped or transposed.
[b]Note:[/b] Data such as navigation polygons and collision shapes are not immediately updated for performance reasons.