mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-05 14:35:20 -04:00
Fix typo decodeable -> decodable
This commit is contained in:
@@ -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(...)`.
|
||||
|
||||
Reference in New Issue
Block a user