diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs
index 7540d7af..11c51aa8 100644
--- a/websocket-sharp/Net/WebHeaderCollection.cs
+++ b/websocket-sharp/Net/WebHeaderCollection.cs
@@ -1606,14 +1606,19 @@ namespace WebSocketSharp.Net
}
///
- /// Sets the specified response to the specified value.
+ /// Sets the specified response header to the specified value.
///
///
- /// One of the enum values, represents
- /// the response header to set.
+ ///
+ /// One of the enum values.
+ ///
+ ///
+ /// It specifies the response header to set.
+ ///
///
///
- /// A that represents the value of the response header to set.
+ /// A that specifies the value of the response header
+ /// to set.
///
///
///
@@ -1623,15 +1628,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 Set (HttpResponseHeader header, string value)
{