From 67b7b3a823e8a58f16fd7036148d03bc15abadfc Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 17 Aug 2017 15:48:56 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index 24e97187..a30617d9 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -613,8 +613,8 @@ namespace WebSocketSharp.Server } /// - /// Sends the specified asynchronously to - /// every client in the WebSocket services. + /// Sends asynchronously to every client in + /// the WebSocket services. /// /// /// This method does not wait for the send to be complete. @@ -624,12 +624,11 @@ namespace WebSocketSharp.Server /// /// /// - /// An delegate or - /// if not needed. + /// An delegate or + /// 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. /// /// ///