diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs
index f74d3d5e..24660d12 100644
--- a/websocket-sharp/Net/CookieCollection.cs
+++ b/websocket-sharp/Net/CookieCollection.cs
@@ -584,14 +584,14 @@ namespace WebSocketSharp.Net
///
/// Copies the elements of the collection to the specified array,
- /// starting at the specified index of the array.
+ /// starting at the specified index.
///
///
/// An array of that specifies the destination of
/// the elements copied from the collection.
///
///
- /// An that specifies the zero-based index of
+ /// An that specifies the zero-based index in
/// the array at which copying starts.
///
///