From 473ccb7c2e825e6a43b5a3776c621c100a94b1f8 Mon Sep 17 00:00:00 2001 From: Johnathan Walker <12262567+j7nw4r@users.noreply.github.com> Date: Sun, 5 Mar 2023 23:08:33 -0500 Subject: [PATCH] Wording fix. Fixing wording for docs.rs. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 4228c8429..dddcdf114 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -156,7 +156,7 @@ //! //! - Additional X509 certificates can be configured on a `ClientBuilder` with the //! [`Certificate`](Certificate) type. -//! - Client certificates can be add to a `ClientBuilder` with the +//! - Client certificates can be added to a `ClientBuilder` with the //! [`Identity`][Identity] type. //! - Various parts of TLS can also be configured or even disabled on the //! `ClientBuilder`.