From 200208bc717294310561c4efcace80e691bcf6b8 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 27 Oct 2021 19:43:56 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketBehavior.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 6512929a..70d0e97d 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -1122,8 +1122,8 @@ namespace WebSocketSharp.Server } /// - /// 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. /// /// /// This method does not wait for the send to be complete.