[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>
/// Sends the specified <paramref name="data"/> to
/// every client in the WebSocket services.
/// Sends <paramref name="data"/> to every client in the WebSocket services.
/// </summary>
/// <param name="data">
/// A <see cref="string"/> that represents the text data to send.