We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208c5bb commit be0c832Copy full SHA for be0c832
src/lib.rs
@@ -298,7 +298,7 @@ impl ToPublicKey for bitcoin::secp256k1::XOnlyPublicKey {
298
pub trait Translator<P: MiniscriptKey> {
299
/// The public key (and associated hash types that this translator converts to.
300
type TargetPk: MiniscriptKey;
301
- /// An error that may occur during transalation.
+ /// An error that may occur during translation.
302
type Error;
303
304
/// Translates keys.
0 commit comments