diff --git a/bitcoin/src/address/mod.rs b/bitcoin/src/address/mod.rs index 50453e6be..8f570979e 100644 --- a/bitcoin/src/address/mod.rs +++ b/bitcoin/src/address/mod.rs @@ -880,7 +880,7 @@ impl fmt::Debug for Address { /// not a valid base58 address. /// /// - [`UnknownHrpError`] if the address does not begin with one of the above SegWit or -/// legacy prifixes. +/// legacy prefixes. impl FromStr for Address { type Err = ParseError;