Skip to content

Commit 74044e3

Browse files
authored
Fix typo in documentation of client.rs (#87)
1 parent 89b5768 commit 74044e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ impl HttpsConnector<HttpConnector> {
2727
///
2828
/// # Note
2929
///
30-
/// By default this connector will use plain HTTP if the URL provded uses
30+
/// By default this connector will use plain HTTP if the URL provided uses
3131
/// the HTTP scheme (eg: http://example.com/).
3232
///
3333
/// If you would like to force the use of HTTPS then call https_only(true)

0 commit comments

Comments
 (0)