From 6656b471bad8932a3b7d867306f8cb1a6305b776 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 14 Mar 2016 14:44:26 +0900 Subject: [PATCH] [Modify] Polish it --- 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 c31735be..0ce996aa 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -373,10 +373,10 @@ namespace WebSocketSharp /// /// Gets or sets a value indicating whether the redirects - /// the connection request to the new URL located in the connection response. + /// the handshake request to the new URL located in the handshake response. /// /// - /// true if the redirects the connection request to + /// true if the redirects the handshake request to /// the new URL; otherwise, false. The default value is false. /// public bool EnableRedirection {