[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> /// <summary>
/// Sends the specified <paramref name="data"/> asynchronously to /// Sends <paramref name="data"/> asynchronously to every client in
/// every client in the WebSocket service. /// the WebSocket service.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This method does not wait for the send to be complete. /// This method does not wait for the send to be complete.
@ -622,7 +622,7 @@ namespace WebSocketSharp.Server
/// if not needed. /// if not needed.
/// </para> /// </para>
/// <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> /// </para>
/// </param> /// </param>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">