From 70d05cfab67c29ab1d20486a8f6d44c90b71059f Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Thu, 24 Feb 2022 22:38:54 +0000 Subject: [PATCH] docs; fix typo in `Client::new()` (#1482) `s/cannot initialized/cannot be initialized/` --- src/async_impl/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/async_impl/client.rs b/src/async_impl/client.rs index eefc2f216..1f0001586 100644 --- a/src/async_impl/client.rs +++ b/src/async_impl/client.rs @@ -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`