diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs
index 864173d7..a71ad402 100644
--- a/websocket-sharp/Net/WebHeaderCollection.cs
+++ b/websocket-sharp/Net/WebHeaderCollection.cs
@@ -1163,15 +1163,19 @@ namespace WebSocketSharp.Net
     }
 
     /// 
-    /// Adds the specified response  with
-    /// the specified  to the collection.
+    /// Adds the specified response header with the specified value to
+    /// the collection.
     /// 
     /// 
-    /// One of the  enum values, represents
-    /// the response header to add.
+    ///   
+    ///   One of the  enum values.
+    ///   
+    ///   
+    ///   It specifies the response header to add.
+    ///   
     /// 
     /// 
-    /// A  that represents the value of the header to add.
+    /// A  that specifies the value of the header to add.
     /// 
     /// 
     ///   
@@ -1181,15 +1185,15 @@ namespace WebSocketSharp.Net
     ///   -or-
     ///   
     ///   
-    ///    contains invalid characters.
+    ///    contains an invalid character.
     ///   
     /// 
     /// 
-    /// The length of  is greater than 65,535 characters.
+    /// The length of  is greater than 65,535
+    /// characters.
     /// 
     /// 
-    /// The current  instance doesn't allow
-    /// the response .
+    /// This instance does not allow the response header.
     /// 
     public void Add (HttpResponseHeader header, string value)
     {