Skip to content

Commit

Permalink
Fix typo in documentation of client.rs (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalor committed Jun 28, 2021
1 parent 89b5768 commit 74044e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl HttpsConnector<HttpConnector> {
///
/// # Note
///
/// By default this connector will use plain HTTP if the URL provded uses
/// By default this connector will use plain HTTP if the URL provided uses
/// the HTTP scheme (eg: http://example.com/).
///
/// If you would like to force the use of HTTPS then call https_only(true)
Expand Down

0 comments on commit 74044e3

Please sign in to comment.