[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> /// <summary>
/// Sends the specified <paramref name="data"/> to every client in /// Sends <paramref name="data"/> to every client in the WebSocket service.
/// the WebSocket service.
/// </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.