Fix typo in function documentation

This commit is contained in:
Christoph Kisfeld 2021-04-22 19:43:40 +02:00 committed by GitHub
parent 1bae585602
commit 3eacc55b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ namespace Steamworks.Data
}
/// <summary>
/// Sends bytes the the chat room
/// Sends bytes to the chat room
/// </summary>
public unsafe bool SendChatBytes( byte[] data )
{
@ -150,7 +150,7 @@ namespace Steamworks.Data
}
/// <summary>
/// Sends bytes the the chat room from a unsafe buffer
/// Sends bytes to the chat room from an unsafe buffer
/// </summary>
public unsafe bool SendChatBytesUnsafe( byte* ptr, int length )
{