docs; fix typo in Client::new() (#1482)

`s/cannot initialized/cannot be initialized/`
This commit is contained in:
Ed Morley
2022-02-24 22:38:54 +00:00
committed by GitHub
parent 0384759a19
commit 70d05cfab6

View File

@@ -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`