[Modify] Edit it

This commit is contained in:
sta 2017-08-17 15:39:44 +09:00
parent a62693baaf
commit 41811a9e40

View File

@ -533,8 +533,7 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Sends the specified <paramref name="data"/> to /// Sends <paramref name="data"/> to every client in the WebSocket services.
/// every client in the WebSocket services.
/// </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.