diff --git a/src/blocking/client.rs b/src/blocking/client.rs index 59df3a7..ab8157f 100644 --- a/src/blocking/client.rs +++ b/src/blocking/client.rs @@ -566,7 +566,7 @@ impl Client { /// /// # Panic /// - /// This method panics if TLS backend cannot initialized, or the resolver + /// This method panics if 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`