From 687822378469ee2876b71feed40ff60a7a7083cd Mon Sep 17 00:00:00 2001 From: Byron Hambly Date: Fri, 8 Aug 2025 15:45:21 +0200 Subject: [PATCH] doc: fix CheckHrpstring::new reference --- src/blech32/decode.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blech32/decode.rs b/src/blech32/decode.rs index 93dfb2d9..2dcea3e6 100644 --- a/src/blech32/decode.rs +++ b/src/blech32/decode.rs @@ -82,7 +82,7 @@ const SEP: char = '1'; /// checksum in any way. /// /// Unless you are attempting to validate a string with multiple checksums then you likely do not -/// want to use this type directly, instead use [`CheckedHrpstring::new(s)`]. +/// want to use this type directly, instead use [`CheckedHrpstring::new`]. #[derive(Debug)] pub struct UncheckedHrpstring<'s> { /// The human-readable part, guaranteed to be lowercase ASCII characters.