From fa857e406c8350950879b803fb985ec9555e89a1 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 30 Jan 2014 17:19:11 +0900 Subject: [PATCH] Fix a few --- websocket-sharp/WebSocket.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 82817b75..80874978 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -1819,13 +1819,13 @@ namespace WebSocketSharp /// Sends a Ping with the specified using the /// WebSocket connection. /// - /// - /// A that represents the message to send. - /// /// /// true if the instance receives the Pong to /// this Ping from the server in a time; otherwise, false. /// + /// + /// A that represents the message to send. + /// public bool Ping (string message) { if (message == null || message.Length == 0)