diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
index 707f7a93..aa0ece63 100644
--- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
@@ -126,10 +126,10 @@ namespace WebSocketSharp.Net.WebSockets
public abstract string Origin { get; }
///
- /// Gets the query string included in the request.
+ /// Gets the query string included in the handshake request.
///
///
- /// A that contains the query string parameters.
+ /// A that contains the query parameters.
///
public abstract NameValueCollection QueryString { get; }