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 {