From b872d6d0bcba6c78734f1e74e0e38f46dd62aac9 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 12 Aug 2017 15:06:56 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketSessionManager.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 .