[Modify] Edit it

This commit is contained in:
sta 2017-08-14 16:01:01 +09:00
parent f3427a3c05
commit 8c12044023

View File

@ -450,8 +450,7 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Sends the specified <paramref name="data"/> to every client in
/// the WebSocket service.
/// Sends <paramref name="data"/> to every client in the WebSocket service.
/// </summary>
/// <param name="data">
/// A <see cref="string"/> that represents the text data to send.