typo fix in docs (#1024)

This commit is contained in:
Youngsuk Kim
2020-09-01 17:06:23 -04:00
committed by GitHub
parent 74d03d43e4
commit 086e02e3a2
+1 -1
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`