[Modify] Edit it

This commit is contained in:
sta 2019-04-06 17:23:30 +09:00
parent a8f1e70d99
commit 1c312a935f

View File

@ -584,14 +584,14 @@ namespace WebSocketSharp.Net
/// <summary>
/// Copies the elements of the collection to the specified array,
/// starting at the specified index of the array.
/// starting at the specified index.
/// </summary>
/// <param name="array">
/// An array of <see cref="Cookie"/> that specifies the destination of
/// the elements copied from the collection.
/// </param>
/// <param name="index">
/// An <see cref="int"/> that specifies the zero-based index of
/// An <see cref="int"/> that specifies the zero-based index in
/// the array at which copying starts.
/// </param>
/// <exception cref="ArgumentNullException">