diff --git a/src/tls.rs b/src/tls.rs index 52cc12862..8d6577394 100644 --- a/src/tls.rs +++ b/src/tls.rs @@ -6,7 +6,7 @@ //! //! - Additional X509 certificates can be configured on a `ClientBuilder` with the //! [`Certificate`] type. -//! - Client certificates can be add to a `ClientBuilder` with the +//! - Client certificates can be added to a `ClientBuilder` with the //! [`Identity`] type. //! - Various parts of TLS can also be configured or even disabled on the //! `ClientBuilder`.