From 34a3fb4efbcdd0f21e86fba4eca7ca83aa7f0649 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Tue, 1 Apr 2025 11:53:36 +0100 Subject: [PATCH] Fix typo decodeable -> decodable --- crates/matrix-sdk-crypto/src/types/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-crypto/src/types/mod.rs b/crates/matrix-sdk-crypto/src/types/mod.rs index 62ce8bc22..33055c2ec 100644 --- a/crates/matrix-sdk-crypto/src/types/mod.rs +++ b/crates/matrix-sdk-crypto/src/types/mod.rs @@ -163,7 +163,7 @@ impl BackupSecrets { /// /// 1. If the claimed algorithm is supported *and* the payload has an expected /// format, the signature will be represent by the enum variant corresponding -/// to that algorithm. For example, decodeable Ed25519 signatures are +/// to that algorithm. For example, decodable Ed25519 signatures are /// represented as `Ed25519(...)`. /// 2. If the claimed algorithm is unsupported, the signature is represented as /// `Other(...)`.