From df1f7adbfec40a4126be0be6ef5d99cc6f9b0f75 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 23 Mar 2019 21:56:19 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/CookieCollection.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index d3ed7baf..2b24723c 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -136,18 +136,17 @@ namespace WebSocketSharp.Net } /// - /// Gets the at the specified from - /// the collection. + /// Gets the cookie at the specified index from the collection. /// /// - /// A at the specified in the collection. + /// A at the specified index in the collection. /// /// - /// An that represents the zero-based index of the + /// An that specifies the zero-based index of the cookie /// to find. /// /// - /// is out of allowable range of indexes for the collection. + /// is out of allowable range for the collection. /// public Cookie this[int index] { get {