Skip to content

Commit 86b31f9

Browse files
committed
Merge pull request #226 from aaronlerch/patch-1
Fix typo in RestClient.CookieContainer documentation.
2 parents 9b7fde9 + ab7b204 commit 86b31f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RestSharp/RestClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ IDeserializer GetHandler(string contentType)
229229
public bool FollowRedirects { get; set; }
230230

231231
/// <summary>
232-
/// The CookieContainer used fo requests made by this client instance
232+
/// The CookieContainer used for requests made by this client instance
233233
/// </summary>
234234
public CookieContainer CookieContainer { get; set; }
235235

0 commit comments

Comments
 (0)