diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs
index 02ae5aa7..df375465 100644
--- a/websocket-sharp/Net/WebHeaderCollection.cs
+++ b/websocket-sharp/Net/WebHeaderCollection.cs
@@ -1713,14 +1713,15 @@ namespace WebSocketSharp.Net
#region Explicit Interface Implementations
///
- /// Populates the specified with the data needed to serialize
- /// the current .
+ /// Populates a instance with the data
+ /// needed to serialize this instance.
///
///
- /// A that holds the serialized object data.
+ /// A to populate with the data.
///
///
- /// A that specifies the destination for the serialization.
+ /// A that specifies the destination for
+ /// the serialization.
///
///
/// is .