diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index 8ff66373..8652d38d 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -151,11 +151,16 @@ namespace WebSocketSharp.Net
}
///
- /// Gets the number of bytes in the entity body data included in the request.
+ /// Gets the length in bytes of the entity body data included in
+ /// the request.
///
///
- /// A that represents the value of the Content-Length entity-header,
- /// or -1 if the value isn't known.
+ ///
+ /// A from the value of the Content-Length header.
+ ///
+ ///
+ /// -1 if the value is not known.
+ ///
///
public long ContentLength64 {
get {