We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b7fde9 + ab7b204 commit 86b31f9Copy full SHA for 86b31f9
RestSharp/RestClient.cs
@@ -229,7 +229,7 @@ IDeserializer GetHandler(string contentType)
229
public bool FollowRedirects { get; set; }
230
231
/// <summary>
232
- /// The CookieContainer used fo requests made by this client instance
+ /// The CookieContainer used for requests made by this client instance
233
/// </summary>
234
public CookieContainer CookieContainer { get; set; }
235
0 commit comments