diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
index 930a7af7..56cb3173 100644
--- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
@@ -64,7 +64,7 @@ namespace WebSocketSharp.Net.WebSockets
public abstract CookieCollection CookieCollection { get; }
///
- /// Gets the HTTP headers included in the request.
+ /// Gets the HTTP headers included in the handshake request.
///
///
/// A that contains the headers.