diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs
index a7832b62..8ddd5b0a 100644
--- a/websocket-sharp/Net/HttpListenerResponse.cs
+++ b/websocket-sharp/Net/HttpListenerResponse.cs
@@ -182,15 +182,22 @@ namespace WebSocketSharp.Net
/// Gets or sets the media type of the entity body included in the response.
///
///
- /// A that represents the media type of the entity body,
- /// or if no media type is specified. This value is
- /// used for the value of the Content-Type entity-header.
+ ///
+ /// A that represents the media type of the entity
+ /// body.
+ ///
+ ///
+ /// It is used for the value of the Content-Type entity-header.
+ ///
+ ///
+ /// if no media type is specified.
+ ///
///
///
/// The value specified for a set operation is empty.
///
///
- /// This object is closed.
+ /// This instance is closed.
///
public string ContentType {
get {