diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs
index 70f54221..f74d3d5e 100644
--- a/websocket-sharp/Net/CookieCollection.cs
+++ b/websocket-sharp/Net/CookieCollection.cs
@@ -525,16 +525,16 @@ namespace WebSocketSharp.Net
}
///
- /// Copies the elements of the collection to the specified , starting at
- /// the specified in the .
+ /// Copies the elements of the collection to the specified array,
+ /// starting at the specified index.
///
///
- /// An that represents the destination of the elements copied from
- /// the collection.
+ /// An that specifies the destination of
+ /// the elements copied from the collection.
///
///
- /// An that represents the zero-based index in
- /// at which copying begins.
+ /// An that specifies the zero-based index in
+ /// the array at which copying starts.
///
///
/// is .
@@ -550,13 +550,12 @@ namespace WebSocketSharp.Net
/// -or-
///
///
- /// The number of elements in the collection is greater than the available space from
- /// to the end of the destination .
+ /// The space from to the end of
+ /// is not enough to copy to.
///
///
///
- /// The elements in the collection cannot be cast automatically to the type of the destination
- /// .
+ /// The element type of cannot be assigned.
///
public void CopyTo (Array array, int index)
{