We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e005ab commit c359440Copy full SHA for c359440
src/error.rs
@@ -16,7 +16,7 @@ pub enum DecryptionErrorCode {
16
/// device we received the room key from and the identity keys recorded in
17
/// the plaintext of the room key to-device message.
18
MismatchedIdentityKeys,
19
- /// Other failuer
+ /// Other failure.
20
UnableToDecrypt,
21
}
22
@@ -30,7 +30,7 @@ pub struct MegolmDecryptionError {
30
/// detailed description
31
#[wasm_bindgen(readonly)]
32
pub description: JsString,
33
- /// Witheld code if any. Only for `UnknownMessageIndex` error code
+ /// Withheld code if any. Only for `UnknownMessageIndex` error code
34
35
pub maybe_withheld: Option<JsString>,
36
0 commit comments