diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs
index 65b92ca2..9d32ee77 100644
--- a/websocket-sharp/Net/WebHeaderCollection.cs
+++ b/websocket-sharp/Net/WebHeaderCollection.cs
@@ -1079,12 +1079,8 @@ namespace WebSocketSharp.Net
/// Adds the specified header to the collection.
///
///
- ///
- /// A that specifies the header to add.
- ///
- ///
- /// It has the name and value separated by a colon character (':').
- ///
+ /// A that specifies the header to add,
+ /// with the name and value separated by a colon character (':').
///
///
/// is .