diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
index e926188e..ef4f6c00 100644
--- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
@@ -265,13 +265,11 @@ namespace WebSocketSharp.Net.WebSockets
}
///
- /// Gets the value of the Sec-WebSocket-Version header included in the request.
+ /// Gets the value of the Sec-WebSocket-Version header included in the
+ /// handshake request.
///
- ///
- /// This property represents the WebSocket protocol version.
- ///
///
- /// A that represents the value of the Sec-WebSocket-Version header.
+ /// A that represents the WebSocket protocol version.
///
public override string SecWebSocketVersion {
get {