[Modify] Edit it

This commit is contained in:
sta 2018-05-19 20:28:31 +09:00
parent 421d4cb7f6
commit 67120df0e5

View File

@ -3351,7 +3351,7 @@ namespace WebSocketSharp
}
/// <summary>
/// Sends <paramref name="data"/> using the WebSocket connection.
/// Sends the specified data using the WebSocket connection.
/// </summary>
/// <param name="data">
/// An array of <see cref="byte"/> that represents the binary data to send.