diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index b6d6a457..8ca0b444 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -882,13 +882,11 @@ namespace WebSocketSharp.Server /// Sends a ping to the client using the specified session. /// /// - /// true if the send has done with no error and - /// a pong from the client has been received within - /// a time; otherwise, false. + /// true if the send has done with no error and a pong has been + /// received from the client within a time; otherwise, false. /// /// - /// A that represents the ID of - /// the session to find. + /// A that represents the ID of the session to find. /// /// /// is .