Skip to content

Commit ab7b204

Browse files
committed
Fix typo in RestClient.CookieContainer documentation.
"No bug left behind."
1 parent 9b7fde9 commit ab7b204

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)