Skip to content

Commit fd35048

Browse files
authored
chore: remove repetitive word in comment (#2076)
1 parent 69db155 commit fd35048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkcs8/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
//!
5252
//! ## Legacy DES-CBC and DES-EDE3-CBC (3DES) support (optional)
5353
//! When the `des-insecure` and/or `3des` features are enabled this crate provides support for
54-
//! private keys encrypted with with DES-CBC and DES-EDE3-CBC (3DES or Triple DES) symmetric
54+
//! private keys encrypted with DES-CBC and DES-EDE3-CBC (3DES or Triple DES) symmetric
5555
//! encryption, respectively.
5656
//!
5757
//! ⚠️ WARNING ⚠️

0 commit comments

Comments
 (0)