mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 22:25:49 +03:00
Merge pull request #554 from chk1/patch-1
Fix typo in function documentation
This commit is contained in:
commit
2be5012647
@ -139,7 +139,7 @@ public bool SendChatString( string message )
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sends bytes the the chat room
|
||||
/// Sends bytes to the chat room
|
||||
/// </summary>
|
||||
public unsafe bool SendChatBytes( byte[] data )
|
||||
{
|
||||
@ -150,7 +150,7 @@ public unsafe bool SendChatBytes( byte[] 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…
Reference in New Issue
Block a user