Skip to content

Commit

Permalink
docs; fix typo in Client::new() (#1482)
Browse files Browse the repository at this point in the history
`s/cannot initialized/cannot be initialized/`
  • Loading branch information
edmorley committed Feb 24, 2022
1 parent 0384759 commit 70d05cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/async_impl/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ impl Client {
///
/// # Panics
///
/// This method panics if a TLS backend cannot initialized, or the resolver
/// This method panics if a TLS backend cannot be initialized, or the resolver
/// cannot load the system configuration.
///
/// Use `Client::builder()` if you wish to handle the failure as an `Error`
Expand Down

0 comments on commit 70d05cf

Please sign in to comment.