diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs
index dd3a74a0..a699ad54 100644
--- a/websocket-sharp/Net/HttpListenerResponse.cs
+++ b/websocket-sharp/Net/HttpListenerResponse.cs
@@ -266,17 +266,23 @@ namespace WebSocketSharp.Net
     }
 
     /// 
-    /// Gets or sets a value indicating whether the server requests a persistent connection.
+    /// Gets or sets a value indicating whether the server requests
+    /// a persistent connection.
     /// 
     /// 
-    /// true if the server requests a persistent connection; otherwise, false.
-    /// The default value is true.
+    ///   
+    ///   true if the server requests a persistent connection;
+    ///   otherwise, false.
+    ///   
+    ///   
+    ///   The default value is true.
+    ///   
     /// 
     /// 
-    /// The response has already been sent.
+    /// The response is already being sent.
     /// 
     /// 
-    /// This object is closed.
+    /// This instance is closed.
     /// 
     public bool KeepAlive {
       get {