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 Oct 4, 2023
1 parent 0837d64 commit 2013cf3
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.
//!
//! # Examples
//!
Expand Down

0 comments on commit 2013cf3

Please sign in to comment.