From b6b0c556b9e33f0a494d29ecf82e183c3ea1beea Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Mon, 7 Apr 2025 15:51:44 +0200 Subject: [PATCH] doc(crypto): Fix typos. --- crates/matrix-sdk-crypto/src/machine/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/matrix-sdk-crypto/src/machine/mod.rs b/crates/matrix-sdk-crypto/src/machine/mod.rs index 8014bb2b8..54b7da16f 100644 --- a/crates/matrix-sdk-crypto/src/machine/mod.rs +++ b/crates/matrix-sdk-crypto/src/machine/mod.rs @@ -1106,8 +1106,7 @@ impl OlmMachine { /// Receive a verification event. /// - /// in rooms to the `OlmMachine`. The event should be in the decrypted form. - /// in rooms to the `OlmMachine`. + /// The event should be in the decrypted form. pub async fn receive_verification_event(&self, event: &AnyMessageLikeEvent) -> StoreResult<()> { self.inner.verification_machine.receive_any_event(event).await }