diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs
index d3ed7baf..2b24723c 100644
--- a/websocket-sharp/Net/CookieCollection.cs
+++ b/websocket-sharp/Net/CookieCollection.cs
@@ -136,18 +136,17 @@ namespace WebSocketSharp.Net
}
///
- /// Gets the at the specified from
- /// the collection.
+ /// Gets the cookie at the specified index from the collection.
///
///
- /// A at the specified in the collection.
+ /// A at the specified index in the collection.
///
///
- /// An that represents the zero-based index of the
+ /// An that specifies the zero-based index of the cookie
/// to find.
///
///
- /// is out of allowable range of indexes for the collection.
+ /// is out of allowable range for the collection.
///
public Cookie this[int index] {
get {