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