docs; fix typo in Client::new() (#1482)
`s/cannot initialized/cannot be initialized/`
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user