mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-03 11:09:40 -04:00
Fix outdated comment
This commit is contained in:
parent
74bf5e084c
commit
5a41d48706
@ -5,8 +5,7 @@ using System.Runtime.InteropServices;
|
||||
namespace Raylib_cs
|
||||
{
|
||||
/// <summary>
|
||||
/// Converts text to a UTF8 buffer for passing to native code.<br/>
|
||||
/// Uses ArrayPool to reduce memory allocation.
|
||||
/// Converts text to a UTF8 buffer for passing to native code
|
||||
/// </summary>
|
||||
public ref struct UTF8Buffer
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user