From 10cdeba0debe679d7bd70b040ebac893829be065 Mon Sep 17 00:00:00 2001 From: notgiven688 Date: Tue, 4 Feb 2025 19:17:18 +0100 Subject: [PATCH] Correct XML-doc. --- src/Jitter2/World.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jitter2/World.cs b/src/Jitter2/World.cs index e261f7a3..226ea53b 100644 --- a/src/Jitter2/World.cs +++ b/src/Jitter2/World.cs @@ -98,7 +98,7 @@ public SpanData(World world) /// /// Grants access to objects residing in unmanaged memory. This operation can be potentially unsafe. Utilize - /// the corresponding native properties where possible to mitigate risk. + /// the corresponding managed properties where possible to mitigate risk. /// public SpanData RawData => new(this);