We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2241e6a commit ed57248Copy full SHA for ed57248
bindings/matrix-sdk-crypto-ffi/src/machine.rs
@@ -843,7 +843,7 @@ impl OlmMachine {
843
self.receive_verification_event(event, room_id)
844
}
845
846
- /// Receive an verification event.
+ /// Receive a verification event.
847
///
848
/// This method can be used to pass verification events that are happening
849
/// in rooms to the `OlmMachine`.
crates/matrix-sdk-crypto/src/machine.rs
@@ -738,7 +738,7 @@ impl OlmMachine {
738
self.verification_machine.receive_any_event(event).await
739
740
741
742
743
744
0 commit comments