Skip to content

Commit 046bfa9

Browse files
committed
Fix typo in comment
1 parent 035d319 commit 046bfa9

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk/src/encryption

1 file changed

+1
-1
lines changed

crates/matrix-sdk/src/encryption/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ impl Client {
681681
Ok(olm.import_keys(import, false, |_, _| {}).await?)
682682
}
683683

684-
/// Tries to decrypt a `AnyRoomEvent`. Returns unencrypted room event when
684+
/// Tries to decrypt a `AnyRoomEvent`. Returns undecrypted room event when
685685
/// decryption fails.
686686
#[cfg(feature = "encryption")]
687687
pub(crate) async fn decrypt_room_event(

0 commit comments

Comments
 (0)