diff --git a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
index 31f015e7..7790b37e 100644
--- a/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/HttpListenerWebSocketContext.cs
@@ -284,11 +284,17 @@ namespace WebSocketSharp.Net.WebSockets
}
///
- /// Gets the value of the Sec-WebSocket-Version header included in the
- /// handshake request.
+ /// Gets the value of the Sec-WebSocket-Version header included in
+ /// the handshake request.
///
///
- /// A that represents the WebSocket protocol version.
+ ///
+ /// A that represents the WebSocket protocol
+ /// version specified by the client.
+ ///
+ ///
+ /// if the header is not present.
+ ///
///
public override string SecWebSocketVersion {
get {