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 {