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(...)`.