Fix typo decodeable -> decodable

This commit is contained in:
Andy Balaam
2025-04-01 11:53:36 +01:00
committed by Andy Balaam
parent a38c3b5dc5
commit 34a3fb4efb

View File

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