Skip to content

Commit ed57248

Browse files
poljarjplatte
andcommitted
chore(crypto): Improve some docs
Co-authored-by: Jonas Platte <[email protected]>
1 parent 2241e6a commit ed57248

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindings/matrix-sdk-crypto-ffi/src/machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ impl OlmMachine {
843843
self.receive_verification_event(event, room_id)
844844
}
845845

846-
/// Receive an verification event.
846+
/// Receive a verification event.
847847
///
848848
/// This method can be used to pass verification events that are happening
849849
/// in rooms to the `OlmMachine`.

crates/matrix-sdk-crypto/src/machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ impl OlmMachine {
738738
self.verification_machine.receive_any_event(event).await
739739
}
740740

741-
/// Receive an verification event.
741+
/// Receive a verification event.
742742
///
743743
/// This method can be used to pass verification events that are happening
744744
/// in rooms to the `OlmMachine`.

0 commit comments

Comments
 (0)