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.
1 parent 9b7fde9 commit ab7b204Copy full SHA for ab7b204
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