[Modify] Edit it

This commit is contained in:
sta 2021-10-26 19:40:00 +09:00
parent 32622b71e5
commit eed3abc99a

View File

@ -983,14 +983,14 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Sends the specified data to a client asynchronously using
/// the WebSocket connection.
/// Sends the specified data to a client asynchronously using the WebSocket
/// connection.
/// </summary>
/// <remarks>
/// This method does not wait for the send to be complete.
/// </remarks>
/// <param name="data">
/// An array of <see cref="byte"/> that represents the binary data to send.
/// An array of <see cref="byte"/> that specifies the binary data to send.
/// </param>
/// <param name="completed">
/// <para>