diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index 07fec580..24e97187 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -571,24 +571,22 @@ 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. /// /// - /// An array of that represents - /// the binary data to send. + /// An array of that represents the binary data to send. /// /// /// - /// 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. /// /// ///