Skip to content

Commit b8056c2

Browse files
committed
Fix typo
1 parent 9635098 commit b8056c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitwarden-core/src/mobile/crypto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub enum MobileCryptoError {
3232
Crypto(#[from] bitwarden_crypto::CryptoError),
3333
}
3434

35-
/// thState used for initializing the user cryptographic state.
35+
/// State used for initializing the user cryptographic state.
3636
#[derive(Serialize, Deserialize, Debug)]
3737
#[serde(rename_all = "camelCase", deny_unknown_fields)]
3838
#[cfg_attr(feature = "uniffi", derive(uniffi::Record))]

0 commit comments

Comments
 (0)