diff --git a/doc/classes/HeightMapShape.xml b/doc/classes/HeightMapShape.xml
index 46dc1cd9328..ea14356f306 100644
--- a/doc/classes/HeightMapShape.xml
+++ b/doc/classes/HeightMapShape.xml
@@ -15,10 +15,10 @@
Height map data, pool array must be of [member map_width] * [member map_depth] size.
- Depth of the height map data. Changing this will resize the [member map_data].
+ Number of vertices in the depth of the height map. Changing this will resize the [member map_data].
- Width of the height map data. Changing this will resize the [member map_data].
+ Number of vertices in the width of the height map. Changing this will resize the [member map_data].