[Modify] Edit it

This commit is contained in:
sta 2018-05-31 19:19:04 +09:00
parent 6521205874
commit 0766ecb674

View File

@ -3647,8 +3647,7 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Sends <paramref name="data"/> asynchronously using the WebSocket /// Sends the specified data asynchronously using the WebSocket connection.
/// connection.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This method does not wait for the send to be complete. /// This method does not wait for the send to be complete.