Skip to content

Commit 9200d93

Browse files
committed
Fix curl mention in upgrade guide
1 parent 4391eed commit 9200d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The `AsyncHttpClient` trait is implemented for the following types:
156156
The `SyncHttpClient` trait is implemented for the following types:
157157
* `reqwest::blocking::Client` (when the `reqwest-blocking` feature is enabled; see below)
158158
* `ureq::Agent` (when the `ureq` feature is enabled)
159-
* `oauth2::curl::CurlHttpClient` (when the `curl` feature is enabled)
159+
* `oauth2::CurlHttpClient` (when the `curl` feature is enabled)
160160
* Any function type that implements:
161161
```rust
162162
Fn(HttpRequest) -> Result<HttpResponse, E>

0 commit comments

Comments
 (0)