diff --git a/doc/classes/MeshDataTool.xml b/doc/classes/MeshDataTool.xml
index c207b59ac7c..b1b347f87ad 100644
--- a/doc/classes/MeshDataTool.xml
+++ b/doc/classes/MeshDataTool.xml
@@ -93,7 +93,7 @@
Returns specified edge associated with given face.
- Edge argument must 2 or less because a face only has three edges.
+ Edge argument must be either 0, 1, or 2 because a face only has three edges.
@@ -116,7 +116,7 @@
Returns the specified vertex of the given face.
- Vertex argument must be 2 or less because faces contain three vertices.
+ Vertex argument must be either 0, 1, or 2 because faces contain three vertices.