From b1e31a5541f94a5b2e4a7688c330f674d05ccd1c Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 11 Dec 2016 19:32:51 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index b0f55635..b721cb0e 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2679,8 +2679,8 @@ namespace WebSocketSharp /// Sends a ping using the WebSocket connection. /// /// - /// true if the ping has been sent and then a pong has been - /// received within a time; otherwise, false. + /// true if the sending a ping has done with no error and + /// a pong has been received within a time; otherwise, false. /// public bool Ping () {