diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs
index 7d0d2a3d..d11eecc3 100644
--- a/websocket-sharp/Net/WebHeaderCollection.cs
+++ b/websocket-sharp/Net/WebHeaderCollection.cs
@@ -1441,18 +1441,24 @@ namespace WebSocketSharp.Net
}
///
- /// Gets an array of header values stored in the specified position of
- /// the collection.
+ /// Get the values of the header at the specified index in the collection.
///
///
- /// An array of that receives the header values if found;
- /// otherwise, .
+ ///
+ /// An array of that receives the values of
+ /// the header.
+ ///
+ ///
+ /// if not present.
+ ///
///
///
- /// An that represents the zero-based index of the header to find.
+ /// An that specifies the zero-based index of the header
+ /// to find.
///
///
- /// is out of allowable range of indexes for the collection.
+ /// is out of allowable range of indexes for
+ /// the collection.
///
public override string[] GetValues (int index)
{