diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs
index da306f2d..ed5276c6 100644
--- a/websocket-sharp/Net/WebHeaderCollection.cs
+++ b/websocket-sharp/Net/WebHeaderCollection.cs
@@ -1674,11 +1674,11 @@ namespace WebSocketSharp.Net
}
///
- /// Converts the current to an array of .
+ /// Converts the current instance to an array of byte.
///
///
- /// An array of that receives the converted current
- /// .
+ /// An array of converted from a string that represents
+ /// the current instance.
///
public byte[] ToByteArray ()
{