We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d342a0 commit 6878223Copy full SHA for 6878223
src/blech32/decode.rs
@@ -82,7 +82,7 @@ const SEP: char = '1';
82
/// checksum in any way.
83
///
84
/// 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)`].
+/// want to use this type directly, instead use [`CheckedHrpstring::new`].
86
#[derive(Debug)]
87
pub struct UncheckedHrpstring<'s> {
88
/// The human-readable part, guaranteed to be lowercase ASCII characters.
0 commit comments