doc(crypto): Fix typos.

This commit is contained in:
Ivan Enderlin
2025-04-07 15:51:44 +02:00
parent 0c5f0b8d26
commit b6b0c556b9

View File

@@ -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
}