typo fix in docs (#1024)

This commit is contained in:
Youngsuk Kim
2020-09-01 17:06:23 -04:00
committed by GitHub
parent 53268f2443
commit f012163333

View File

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