Skip to content

Commit ea97465

Browse files
committed
Remove backticks for bip names
Bips don't need code ticks (by convention). Also the ticks do not match up with the link so in HTML they are not links.
1 parent 8dec93d commit ea97465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/segwit.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ pub fn decode(s: &str) -> Result<(Hrp, Fe32, Vec<u8>), DecodeError> {
8989
/// Does validity checks on the `witness_version`, length checks on the `witness_program`, and
9090
/// checks the total encoded string length.
9191
///
92-
/// As specified by [`BIP-350`] we use the [`Bech32m`] checksum algorithm for witness versions 1 and
93-
/// above, and for witness version 0 we use the original ([`BIP-173`]) [`Bech32`] checksum
92+
/// As specified by [BIP-350] we use the [`Bech32m`] checksum algorithm for witness versions 1 and
93+
/// above, and for witness version 0 we use the original ([BIP-173]) [`Bech32`] checksum
9494
/// algorithm.
9595
///
9696
/// See also [`encode_v0`] or [`encode_v1`].

0 commit comments

Comments
 (0)