From f0121633333718abe347fe9f0850361db30115a4 Mon Sep 17 00:00:00 2001 From: Youngsuk Kim Date: Tue, 1 Sep 2020 17:06:23 -0400 Subject: [PATCH] typo fix in docs (#1024) --- src/blocking/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`