diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs
index b7b32289..d798a611 100644
--- a/websocket-sharp/Net/WebHeaderCollection.cs
+++ b/websocket-sharp/Net/WebHeaderCollection.cs
@@ -1511,18 +1511,21 @@ namespace WebSocketSharp.Net
}
///
- /// Removes the specified response from the collection.
+ /// Removes the specified response header from the collection.
///
///
- /// One of the enum values, represents
- /// the response header to remove.
+ ///
+ /// One of the enum values.
+ ///
+ ///
+ /// It specifies the response header to remove.
+ ///
///
///
/// is a restricted header.
///
///
- /// The current instance doesn't allow
- /// the response .
+ /// This instance does not allow the response header.
///
public void Remove (HttpResponseHeader header)
{