mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 06:35: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>
|
/// <summary>
|
||||||
/// Sends bytes the the chat room
|
/// Sends bytes to the chat room
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public unsafe bool SendChatBytes( byte[] data )
|
public unsafe bool SendChatBytes( byte[] data )
|
||||||
{
|
{
|
||||||
@ -150,7 +150,7 @@ public unsafe bool SendChatBytes( byte[] data )
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Sends bytes the the chat room from a unsafe buffer
|
/// Sends bytes to the chat room from an unsafe buffer
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public unsafe bool SendChatBytesUnsafe( byte* ptr, int length )
|
public unsafe bool SendChatBytesUnsafe( byte* ptr, int length )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user