diff --git a/doc/classes/MeshInstance.xml b/doc/classes/MeshInstance.xml
index fe2e4e87768..6cf8f6d2c89 100644
--- a/doc/classes/MeshInstance.xml
+++ b/doc/classes/MeshInstance.xml
@@ -52,13 +52,14 @@
- Returns the [Material] for a surface of the [Mesh] resource.
+ Returns the override [Material] for a surface of the [Mesh] resource.
+ [b]Note:[/b] This function only returns [i]override[/i] materials associated with this [MeshInstance]. Consider using [method get_active_material] or [method Mesh.surface_get_material] to get materials associated with the [Mesh] resource.
- Returns the number of surface materials.
+ Returns the number of surface override materials.
@@ -66,7 +67,7 @@
- Sets the [Material] for a surface of the [Mesh] resource.
+ Sets the override [Material] for the specified surface of the [Mesh] resource. This material is associated with this [MeshInstance] rather than with the [Mesh] resource.