diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index 7583643f..12353da8 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -173,15 +173,16 @@ namespace WebSocketSharp.Net
}
///
- /// Gets the length in bytes of the entity body data included in
- /// the request.
+ /// Gets the length in bytes of the entity body data included in the
+ /// request.
///
///
///
- /// A from the value of the Content-Length header.
+ /// A converted from the value of the Content-Length
+ /// header.
///
///
- /// -1 if the value is not known.
+ /// -1 if the header is not present.
///
///
public long ContentLength64 {