From f7deb8fab43ac5648f49f3953c3061f95a37ff78 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 16 Nov 2024 16:04:56 +0100 Subject: [PATCH] doc(crypto): Fix typo Signed-off-by: Tobias Fella --- crates/matrix-sdk-crypto/src/machine/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-crypto/src/machine/mod.rs b/crates/matrix-sdk-crypto/src/machine/mod.rs index 9439a83dea..660a6d13cf 100644 --- a/crates/matrix-sdk-crypto/src/machine/mod.rs +++ b/crates/matrix-sdk-crypto/src/machine/mod.rs @@ -737,7 +737,7 @@ impl OlmMachine { .await } - /// Get the a key claiming request for the user/device pairs that we are + /// Get a key claiming request for the user/device pairs that we are /// missing Olm sessions for. /// /// Returns None if no key claiming request needs to be sent out.