diff --git a/Raylib-cs/types/Model.cs b/Raylib-cs/types/Model.cs
index 41c6968..edde296 100644
--- a/Raylib-cs/types/Model.cs
+++ b/Raylib-cs/types/Model.cs
@@ -169,7 +169,7 @@ public unsafe struct Model
}
///
- /// Meshes as span. based on MeshCount length
+ /// Meshes as span. Based on MeshCount length
///
public Span MeshesAsSpan()
{