diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index a2ac06b3..a3e45bac 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -361,10 +361,11 @@ namespace WebSocketSharp.Net
}
///
- /// Gets the HTTP version used in the request.
+ /// Gets the HTTP version specified by the client.
///
///
- /// A that represents the HTTP version used in the request.
+ /// A that represents the HTTP version specified in
+ /// the request line.
///
public Version ProtocolVersion {
get {