diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs
index b24fcc3e..e82493a8 100644
--- a/websocket-sharp/Net/WebHeaderCollection.cs
+++ b/websocket-sharp/Net/WebHeaderCollection.cs
@@ -1787,17 +1787,29 @@ namespace WebSocketSharp.Net
/// Sets the specified header to the specified value.
///
///
- /// A that represents the name of the header to set.
+ /// A that specifies the name of the header to set.
///
///
- /// A that represents the value of the header to set.
+ /// A that specifies the value of the header to set.
///
///
- /// is or empty.
+ /// is .
///
///
///
- /// or contains invalid characters.
+ /// is an empty string.
+ ///
+ ///
+ /// -or-
+ ///
+ ///
+ /// contains an invalid character.
+ ///
+ ///
+ /// -or-
+ ///
+ ///
+ /// contains an invalid character.
///
///
/// -or-
@@ -1807,11 +1819,11 @@ namespace WebSocketSharp.Net
///
///
///
- /// 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 header .
+ /// This instance does not allow the header.
///
public override void Set (string name, string value)
{