From a62693baafc6971369a11246f6829c06035fab3c Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 17 Aug 2017 15:36:44 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index 0149c63d..fccad32c 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -504,12 +504,10 @@ namespace WebSocketSharp.Server } /// - /// Sends the specified to - /// every client in the WebSocket services. + /// Sends to every client in the WebSocket services. /// /// - /// An array of that represents - /// the binary data to send. + /// An array of that represents the binary data to send. /// /// /// The current state of the manager is not Start.