From 5a41d487067f4416769b633b90a92c1aede8f952 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Mon, 14 Feb 2022 19:04:42 +0000 Subject: [PATCH] Fix outdated comment --- Raylib-cs/types/native/UTF8Buffer.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Raylib-cs/types/native/UTF8Buffer.cs b/Raylib-cs/types/native/UTF8Buffer.cs index 49cf205..c053303 100644 --- a/Raylib-cs/types/native/UTF8Buffer.cs +++ b/Raylib-cs/types/native/UTF8Buffer.cs @@ -5,8 +5,7 @@ using System.Runtime.InteropServices; namespace Raylib_cs { /// - /// Converts text to a UTF8 buffer for passing to native code.
- /// Uses ArrayPool to reduce memory allocation. + /// Converts text to a UTF8 buffer for passing to native code ///
public ref struct UTF8Buffer {