From 02e7a089d2fc62520886206c762bf959331399d5 Mon Sep 17 00:00:00 2001 From: Meatcorps Date: Sat, 23 May 2026 13:34:04 +0200 Subject: [PATCH] Corrected XML comment capitalization in `Model.cs`. --- Raylib-cs/types/Model.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {