chore: add missing backquotes

Signed-off-by: kevincatty <zhanshanmao@outlook.com>
This commit is contained in:
kevincatty 2025-03-12 16:51:55 +08:00
parent c23402c330
commit 61e7226299
1 changed files with 1 additions and 1 deletions

View File

@ -938,7 +938,7 @@ impl<V: NetworkValidation> fmt::Debug for Address<V> {
/// Address can be parsed only with `NetworkUnchecked`.
///
/// Only SegWit bech32 addresses prefixed with `bc`, `bcrt` or `tb` and legacy base58 addresses
/// prefixed with `1`, `2, `3`, `m` or `n` are supported.
/// prefixed with `1`, `2`, `3`, `m` or `n` are supported.
///
/// # Errors
///