diff --git a/doc/classes/TileMapLayer.xml b/doc/classes/TileMapLayer.xml
index e814d76b73e..43708ca142e 100644
--- a/doc/classes/TileMapLayer.xml
+++ b/doc/classes/TileMapLayer.xml
@@ -135,7 +135,7 @@
- Returns the list of all neighboring cells to the one at [param coords].
+ Returns the list of all neighboring cells to the one at [param coords]. Any neighboring cell is one that is touching edges, so for a square cell 4 cells would be returned, for a hexagon 6 cells are returned.