From 1c312a935f4a59e71655c63d66b8484948c02b15 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 6 Apr 2019 17:23:30 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/CookieCollection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. /// ///