diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs
index 75995063..e4084719 100644
--- a/websocket-sharp/Net/WebHeaderCollection.cs
+++ b/websocket-sharp/Net/WebHeaderCollection.cs
@@ -1605,11 +1605,12 @@ namespace WebSocketSharp.Net
}
///
- /// Implements the interface and raises the deserialization event
- /// when the deserialization is complete.
+ /// Implements the interface and raises
+ /// the deserialization event when the deserialization is complete.
///
///
- /// An that represents the source of the deserialization event.
+ /// An instance that represents the source of
+ /// the deserialization event.
///
public override void OnDeserialization (object sender)
{