diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs
index 7ae7c7d1..6615a379 100644
--- a/websocket-sharp/Net/HttpListenerResponse.cs
+++ b/websocket-sharp/Net/HttpListenerResponse.cs
@@ -121,14 +121,20 @@ namespace WebSocketSharp.Net
#region Public Properties
///
- /// Gets or sets the encoding for the entity body data included in the response.
+ /// Gets or sets the encoding for the entity body data included in
+ /// the response.
///
///
- /// A that represents the encoding for the entity body data,
- /// or if no encoding is specified.
+ ///
+ /// A that represents the encoding for
+ /// the entity body data.
+ ///
+ ///
+ /// if no encoding is specified.
+ ///
///
///
- /// This object is closed.
+ /// This instance is closed.
///
public Encoding ContentEncoding {
get {