[Modify] Edit it

This commit is contained in:
sta 2018-05-20 19:39:49 +09:00
parent 80273adef5
commit 11b49fc673

View File

@ -3428,7 +3428,7 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Sends <paramref name="data"/> using the WebSocket connection. /// Sends the specified data using the WebSocket connection.
/// </summary> /// </summary>
/// <param name="data"> /// <param name="data">
/// A <see cref="string"/> that represents the text data to send. /// A <see cref="string"/> that represents the text data to send.