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. /// /// ///