Skip to content

Commit 6878223

Browse files
committed
doc: fix CheckHrpstring::new reference
1 parent 1d342a0 commit 6878223

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)