diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs
index 8652d38d..b9e6df98 100644
--- a/websocket-sharp/Net/HttpListenerRequest.cs
+++ b/websocket-sharp/Net/HttpListenerRequest.cs
@@ -169,10 +169,10 @@ namespace WebSocketSharp.Net
}
///
- /// Gets the media type of the entity body included in the request.
+ /// Gets the media type of the entity body data included in the request.
///
///
- /// A that represents the value of the Content-Type entity-header.
+ /// A from the value of the Content-Type header.
///
public string ContentType {
get {