From 9358f5b2e25446d0c786d626ced00070a249c53a Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 13 Apr 2014 17:27:38 +0900 Subject: [PATCH] Fix a few for CookieCollection.cs --- websocket-sharp/Net/CookieCollection.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index 9f892d6d..2dd80210 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -188,10 +188,10 @@ namespace WebSocketSharp.Net } /// - /// Gets an object to use to synchronize access to the . + /// Gets an object used to synchronize access to the . /// /// - /// An to use to synchronize access to the . + /// An used to synchronize access to the . /// public Object SyncRoot { get { @@ -590,10 +590,10 @@ namespace WebSocketSharp.Net } /// - /// Gets the enumerator to use to iterate through the . + /// Gets the enumerator used to iterate through the . /// /// - /// An instance to use to iterate through + /// An instance used to iterate through /// the . /// public IEnumerator GetEnumerator ()