[Modify] Edit it

This commit is contained in:
sta 2017-08-13 15:43:48 +09:00
parent dc5ae5990e
commit 59f93c7134

View File

@ -3142,7 +3142,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">
/// A <see cref="string"/> that represents the text data to send. /// A <see cref="string"/> that represents the text data to send.