diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index 8cc09b51..4e6e313e 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -222,10 +222,10 @@ namespace WebSocketSharp.Net
}
///
- /// Gets the HTTP headers used in the request.
+ /// Gets the headers included in the request.
///
///
- /// A that contains the HTTP headers used in the request.
+ /// A that contains the headers.
///
public NameValueCollection Headers {
get {