Typo in rustdoc (#507)

s/certicates/certificates/
This commit is contained in:
Chen Rotem Levy
2019-04-24 20:29:23 +03:00
committed by Sean McArthur
parent f6ce085457
commit 265065f20d

View File

@@ -139,7 +139,7 @@
//! security to connect to HTTPS destinations. This means schannel on Windows,
//! Security-Framework on macOS, and OpenSSL on Linux.
//!
//! - Additional X509 certicates can be configured on a `ClientBuilder` with the
//! - Additional X509 certificates can be configured on a `ClientBuilder` with the
//! [`Certificate`](Certificate) type.
//! - Client certificates can be add to a `ClientBuilder` with the
//! [`Identity`][Identity] type.