From 4e420c6bc33bf07a6a4d6d6b4f79021172ecf62c Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 30 Jan 2014 17:22:55 +0900 Subject: [PATCH] Fix a few --- 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 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.