diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs
index c083a2dd..5d0baaf7 100644
--- a/websocket-sharp/Net/WebHeaderCollection.cs
+++ b/websocket-sharp/Net/WebHeaderCollection.cs
@@ -1122,12 +1122,16 @@ namespace WebSocketSharp.Net
}
///
- /// Adds the specified request with
- /// the specified to the collection.
+ /// Adds the specified request header with the specified value to
+ /// the collection.
///
///
- /// One of the enum values, represents
- /// the request header to add.
+ ///
+ /// One of the enum values.
+ ///
+ ///
+ /// It represents the request header to add.
+ ///
///
///
/// A that represents the value of the header to add.
@@ -1140,15 +1144,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 request .
+ /// This instance does not allow the request header.
///
public void Add (HttpRequestHeader header, string value)
{