From 389396e2acdf257c3b8c1cce0c92b7aba336107d Mon Sep 17 00:00:00 2001 From: reddaisyy Date: Fri, 24 Oct 2025 16:03:55 +0800 Subject: [PATCH] chore: remove repetitive word in comment Signed-off-by: reddaisyy --- pkcs8/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkcs8/src/lib.rs b/pkcs8/src/lib.rs index 35153eddb..d8bf1ebd8 100644 --- a/pkcs8/src/lib.rs +++ b/pkcs8/src/lib.rs @@ -51,7 +51,7 @@ //! //! ## Legacy DES-CBC and DES-EDE3-CBC (3DES) support (optional) //! When the `des-insecure` and/or `3des` features are enabled this crate provides support for -//! private keys encrypted with with DES-CBC and DES-EDE3-CBC (3DES or Triple DES) symmetric +//! private keys encrypted with DES-CBC and DES-EDE3-CBC (3DES or Triple DES) symmetric //! encryption, respectively. //! //! ⚠️ WARNING ⚠️