Skip to content

Commit 0167421

Browse files
committed
Fix colum width typo in rustdoc
We have one single rustdoc line that does not use a fixed column width as the rest do, this is likely an oversight - fix it.
1 parent 7207926 commit 0167421

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ pub use {
166166
/// If this function succeeds the input string was found to be well formed (hrp, separator, bech32
167167
/// characters), and to have either a valid bech32m checksum or a valid bech32 checksum.
168168
///
169-
/// If your input string has no checksum use the [`CheckedHrpstring`] constructor, which allows selecting the checksum algorithm explicitly.
169+
/// If your input string has no checksum use the [`CheckedHrpstring`] constructor, which allows
170+
/// selecting the checksum algorithm explicitly.
170171
///
171172
/// # Returns
172173
///

0 commit comments

Comments
 (0)