diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index 0f05ab47..03233009 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -422,12 +422,10 @@ namespace WebSocketSharp.Server #region Public Methods /// - /// Sends the specified to - /// every client in the WebSocket service. + /// Sends to every client in the WebSocket service. /// /// - /// 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.