diff --git a/bitcoin/src/bip32.rs b/bitcoin/src/bip32.rs index 1f6ee412..0f490e4b 100644 --- a/bitcoin/src/bip32.rs +++ b/bitcoin/src/bip32.rs @@ -683,7 +683,7 @@ impl ExtendedPubKey { /// Attempts to derive an extended public key from a path. /// - /// The `path` argument can be both of type `DerivationPath` or `AsRef`. + /// The `path` argument can be any type implementing `AsRef`, such as `DerivationPath`, for instance. pub fn derive_pub>( &self, secp: &Secp256k1,