Skip to content

Commit

Permalink
Update "crate level API" docs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tcharding committed Jan 12, 2024
1 parent 521d963 commit 6280935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitives/encode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//! prepending HRP strings etc.
//!
//! In general, directly using these adaptors is not very ergonomic, and users are recommended to
//! instead use the higher-level functions at the root of this crate.
//! instead use the higher crate level API.
//!
//! WARNING: This module does not enforce the maximum length of an encoded bech32 string (90 chars).
//!
Expand Down

0 comments on commit 6280935

Please sign in to comment.