diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 05f250be..0edf27f4 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 a pong has been received within a time; - /// otherwise, false. + /// true if the ping has been sent and then a pong has been + /// received within a time; otherwise, false. /// public bool Ping () {