From ef777f69e1fb542e69564b17bec5f73ff4849155 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 16 Aug 2017 15:21:06 +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 0e7d4fb3..b2d9e010 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -607,8 +607,8 @@ namespace WebSocketSharp.Server } /// - /// Sends the specified asynchronously to - /// every client in the WebSocket service. + /// Sends asynchronously to every client in + /// the WebSocket service. /// /// /// This method does not wait for the send to be complete. @@ -622,7 +622,7 @@ namespace WebSocketSharp.Server /// if not needed. /// /// - /// That delegate invokes the method called when the send is complete. + /// The delegate invokes the method called when the send is complete. /// /// ///