diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index bdb644b5..224f5a36 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2679,7 +2679,7 @@ namespace WebSocketSharp /// Sends a ping using the WebSocket connection. /// /// - /// true if the receives a pong to this ping in a time; + /// true if a pong has been received within a time; /// otherwise, false. /// public bool Ping ()