diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs
index d0a05e0a..a364b6da 100644
--- a/websocket-sharp/Net/CookieCollection.cs
+++ b/websocket-sharp/Net/CookieCollection.cs
@@ -581,16 +581,16 @@ namespace WebSocketSharp.Net
}
///
- /// Copies the elements of the collection to the specified array of ,
- /// starting at the specified in the .
+ /// Copies the elements of the collection to the specified array,
+ /// starting at the specified index of the array.
///
///
- /// An array of that represents the destination of the elements
- /// copied from the collection.
+ /// An array of 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 of
+ /// the array at which copying starts.
///
///
/// is .
@@ -599,8 +599,8 @@ namespace WebSocketSharp.Net
/// is less than zero.
///
///
- /// 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.
///
public void CopyTo (Cookie[] array, int index)
{