[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>
/// Sends the data from the specified stream to a client asynchronously
/// using the WebSocket connection.
/// Sends the data from the specified stream instance to a client
/// asynchronously using the WebSocket connection.
/// </summary>
/// <remarks>
/// This method does not wait for the send to be complete.