[Modify] Edit it

This commit is contained in:
sta 2021-10-25 21:12:31 +09:00
parent d45eaf01e1
commit 98648d38b0

View File

@ -911,7 +911,7 @@ namespace WebSocketSharp.Server
/// Sends the specified data to a client using the WebSocket connection. /// Sends the specified data to a client 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 specifies the text data to send.
/// </param> /// </param>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// The current state of the connection is not Open. /// The current state of the connection is not Open.