diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index 6a55d27d..517bd5fc 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -234,10 +234,10 @@ namespace WebSocketSharp.Net
}
///
- /// Gets the HTTP method used in the request.
+ /// Gets the HTTP method specified by the client.
///
///
- /// A that represents the HTTP method used in the request.
+ /// A that represents the HTTP method.
///
public string HttpMethod {
get {