diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs
index 585f2ba9..64b0b10a 100644
--- a/websocket-sharp/Net/WebHeaderCollection.cs
+++ b/websocket-sharp/Net/WebHeaderCollection.cs
@@ -559,20 +559,24 @@ namespace WebSocketSharp.Net
#region Protected Constructors
///
- /// Initializes a new instance of the class from
- /// the specified and .
+ /// Initializes a new instance of the
+ /// class from the specified and
+ /// .
///
///
- /// A that contains the serialized object data.
+ /// A that contains the serialized
+ /// object data.
///
///
- /// A that specifies the source for the deserialization.
+ /// A that specifies the source for
+ /// the deserialization.
///
///
/// is .
///
///
- /// An element with the specified name isn't found in .
+ /// An element with the specified name is not found in
+ /// .
///
protected WebHeaderCollection (
SerializationInfo serializationInfo, StreamingContext streamingContext