diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs
index 19376047..37684af8 100644
--- a/websocket-sharp/Net/WebHeaderCollection.cs
+++ b/websocket-sharp/Net/WebHeaderCollection.cs
@@ -699,14 +699,18 @@ namespace WebSocketSharp.Net
}
///
- /// Gets or sets the specified response in the collection.
+ /// Gets or sets the specified response header in the collection.
///
///
- /// A that represents the value of the response .
+ /// A that represents the value of the response header.
///
///
- /// One of the enum values, represents
- /// the response header to get or set.
+ ///
+ /// One of the enum values.
+ ///
+ ///
+ /// It represents the response header to get or set.
+ ///
///
///
///
@@ -716,15 +720,15 @@ namespace WebSocketSharp.Net
/// -or-
///
///
- /// contains invalid characters.
+ /// contains an invalid character.
///
///
///
/// The length of is greater than 65,535 characters.
///
///
- /// The current instance doesn't allow
- /// the response .
+ /// The current instance does not allow
+ /// the response header.
///
public string this[HttpResponseHeader header] {
get {