[Modify] Edit it

This commit is contained in:
sta 2021-10-27 19:43:56 +09:00
parent 9d035733f0
commit 200208bc71

View File

@ -1122,8 +1122,8 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Sends the data from the specified stream to a client asynchronously /// Sends the data from the specified stream instance to a client
/// using the WebSocket connection. /// asynchronously using the WebSocket connection.
/// </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.