diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs
index ddea6809..06180931 100644
--- a/websocket-sharp/Net/WebHeaderCollection.cs
+++ b/websocket-sharp/Net/WebHeaderCollection.cs
@@ -1565,14 +1565,19 @@ namespace WebSocketSharp.Net
}
///
- /// Sets the specified request to the specified value.
+ /// Sets the specified request header to the specified value.
///
///
- /// One of the enum values, represents
- /// the request header to set.
+ ///
+ /// One of the enum values.
+ ///
+ ///
+ /// It specifies the request header to set.
+ ///
///
///
- /// A that represents the value of the request header to set.
+ /// A that specifies the value of the request header
+ /// to set.
///
///
///
@@ -1582,15 +1587,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 Set (HttpRequestHeader header, string value)
{