Skip to content

Commit 6280935

Browse files
committed
Update "crate level API" docs
This line is a bit stale, since it was written we have added multiple crate level APIs. Use the same wording as in the `decode` module docs.
1 parent 521d963 commit 6280935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/primitives/encode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! prepending HRP strings etc.
88
//!
99
//! In general, directly using these adaptors is not very ergonomic, and users are recommended to
10-
//! instead use the higher-level functions at the root of this crate.
10+
//! instead use the higher crate level API.
1111
//!
1212
//! WARNING: This module does not enforce the maximum length of an encoded bech32 string (90 chars).
1313
//!

0 commit comments

Comments
 (0)