[Modify] Edit it

This commit is contained in:
sta 2017-08-13 15:36:20 +09:00
parent 9aa88c44f8
commit 60540f9dc6

View File

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