[Modify] Edit it

This commit is contained in:
sta 2017-08-16 15:21:06 +09:00
parent f6ec443461
commit ef777f69e1

View File

@ -607,8 +607,8 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Sends the specified <paramref name="data"/> asynchronously to
/// every client in the WebSocket service.
/// Sends <paramref name="data"/> asynchronously to every client in
/// the WebSocket service.
/// </summary>
/// <remarks>
/// This method does not wait for the send to be complete.
@ -622,7 +622,7 @@ namespace WebSocketSharp.Server
/// if not needed.
/// </para>
/// <para>
/// That delegate invokes the method called when the send is complete.
/// The delegate invokes the method called when the send is complete.
/// </para>
/// </param>
/// <exception cref="InvalidOperationException">