diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index 269d0f93..59df8889 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -192,10 +192,11 @@ namespace WebSocketSharp.Net
}
///
- /// Gets a value indicating whether the request has the entity body.
+ /// Gets a value indicating whether the request has the entity body data.
///
///
- /// true if the request has the entity body; otherwise, false.
+ /// true if the request has the entity body data; otherwise,
+ /// false.
///
public bool HasEntityBody {
get {