diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 80874978..1551c76d 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -1806,7 +1806,7 @@ namespace WebSocketSharp /// /// /// true if the instance receives the Pong to - /// this Ping from the server in a time; otherwise, false. + /// this Ping in a time; otherwise, false. /// public bool Ping () { @@ -1821,7 +1821,7 @@ namespace WebSocketSharp /// /// /// true if the instance receives the Pong to - /// this Ping from the server in a time; otherwise, false. + /// this Ping in a time; otherwise, false. /// /// /// A that represents the message to send.