diff --git a/websocket-sharp/Net/WebHeaderCollection.cs b/websocket-sharp/Net/WebHeaderCollection.cs
index 9288300b..7d0d2a3d 100644
--- a/websocket-sharp/Net/WebHeaderCollection.cs
+++ b/websocket-sharp/Net/WebHeaderCollection.cs
@@ -1422,16 +1422,18 @@ namespace WebSocketSharp.Net
}
///
- /// Get the name of the header at the specified in the collection.
+ /// Get the name of the header at the specified index in the collection.
///
///
- /// A that receives the header name.
+ /// A that receives the name of the header.
///
///
- /// 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 GetKey (int index)
{