Skip to content

Commit 390463c

Browse files
committed
Small cleanup
1 parent f0b6ec5 commit 390463c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitwarden-crypto/src/traits/encryptable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! `PrimitiveEncryptable` is implemented for `crate::content_format::Bytes<C>` types, where `C` is
1616
//! a type that implements the `ConstContentFormat` trait. This allows for compile-time type
1717
//! checking of the content format, and the risk of using the wrong content format is limited to
18-
//! converting untyped bytes into a `Bytes<C>` type
18+
//! converting untyped bytes into a `Bytes<C>`
1919
2020
use crate::{store::KeyStoreContext, ContentFormat, CryptoError, EncString, KeyId, KeyIds};
2121

0 commit comments

Comments
 (0)