Skip to content

Commit 984b1c9

Browse files
committed
Fix rustdoc function link
Remove the parenthesis so the link works.
1 parent 5f2c320 commit 984b1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/primitives/decode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const SEP: char = '1';
9393
/// checksum in any way.
9494
///
9595
/// Unless you are attempting to validate a string with multiple checksums then you likely do not
96-
/// want to use this type directly, instead use [`CheckedHrpstring::new(s)`].
96+
/// want to use this type directly, instead use [`CheckedHrpstring::new`].
9797
///
9898
/// # Examples
9999
///

0 commit comments

Comments
 (0)