From 7f7498e8e869486a5500d4c49fd4dbbe4b6a0762 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 13 Nov 2021 21:54:07 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketSessionManager.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index 163cbb61..b2ffb6c4 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -722,14 +722,14 @@ namespace WebSocketSharp.Server } /// - /// Sends asynchronously to every client in + /// Sends the specified data asynchronously to every client in /// the WebSocket service. /// /// /// This method does not wait for the send to be complete. /// /// - /// A that represents the text data to send. + /// A that specifies the text data to send. /// /// /// @@ -741,7 +741,7 @@ namespace WebSocketSharp.Server /// /// /// - /// The current state of the manager is not Start. + /// The current state of the service is not Start. /// /// /// is .