We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9635098 commit b8056c2Copy full SHA for b8056c2
crates/bitwarden-core/src/mobile/crypto.rs
@@ -32,7 +32,7 @@ pub enum MobileCryptoError {
32
Crypto(#[from] bitwarden_crypto::CryptoError),
33
}
34
35
-/// thState used for initializing the user cryptographic state.
+/// State used for initializing the user cryptographic state.
36
#[derive(Serialize, Deserialize, Debug)]
37
#[serde(rename_all = "camelCase", deny_unknown_fields)]
38
#[cfg_attr(feature = "uniffi", derive(uniffi::Record))]
0 commit comments