Skip to content

Commit 50400bf

Browse files
committed
Merge #242: doc: fix CheckHrpstring::new reference
6878223 doc: fix CheckHrpstring::new reference (Byron Hambly) Pull request description: Fixes the doc for #241 on the new nightly Other option is to specify `CheckedHrpstring::new<Ck: Checksum>(s)` but I thought this looked a bit neater ACKs for top commit: apoelstra: ACK 6878223; successfully ran local tests Tree-SHA512: 136695949d3b692d9ce6af3e61418caf57cd67c5dda50e432bb29b282e0e0236f064c8828ba3d2c53330b36921bb612dc58d8dda7efba726a9fcc923f1aeebd4
2 parents 1d342a0 + 6878223 commit 50400bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blech32/decode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const SEP: char = '1';
8282
/// checksum in any way.
8383
///
8484
/// Unless you are attempting to validate a string with multiple checksums then you likely do not
85-
/// want to use this type directly, instead use [`CheckedHrpstring::new(s)`].
85+
/// want to use this type directly, instead use [`CheckedHrpstring::new`].
8686
#[derive(Debug)]
8787
pub struct UncheckedHrpstring<'s> {
8888
/// The human-readable part, guaranteed to be lowercase ASCII characters.

0 commit comments

Comments
 (0)