mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 22:58:01 +03:00
Fix typo in function documentation
This commit is contained in:
parent
1bae585602
commit
3eacc55b1e
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user