From 9f519e064695422d7c102f3741cdaa65f878d8ac Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 21 Nov 2021 17:33: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 b9bdebaf..7fdcfacc 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -1307,17 +1307,17 @@ namespace WebSocketSharp.Server } /// - /// Sends asynchronously to the client using + /// Sends the specified data asynchronously to the client using /// the specified session. /// /// /// This method does not wait for the send to be complete. /// /// - /// An array of that represents the binary data to send. + /// An array of that specifies the binary data to send. /// /// - /// A that represents the ID of the session. + /// A that specifies the ID of the session. /// /// ///