Watch
2
0
Fork
You've already forked raylib-cs
0

Fix outdated comment

This commit is contained in:
Rgebee 2022-02-14 19:04:42 +00:00
commit 5a41d48706

View file

@ -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
{