diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
index 465d7680..930a7af7 100644
--- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
@@ -55,10 +55,11 @@ namespace WebSocketSharp.Net.WebSockets
#region Public Properties
///
- /// Gets the HTTP cookies included in the request.
+ /// Gets the HTTP cookies included in the handshake request.
///
///
- /// A that contains the cookies.
+ /// A that contains
+ /// the cookies.
///
public abstract CookieCollection CookieCollection { get; }