Skip to content

Commit

Permalink
Drop docs usage of "higher"
Browse files Browse the repository at this point in the history
The wording is a bit iffy, fix it up.
  • Loading branch information
tcharding committed Oct 16, 2023
1 parent aec24d3 commit 738a7f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/primitives/decode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! You should only need to use this module directly if you want control over exactly what is
//! checked and when it is checked (correct bech32 characters, valid checksum, valid checksum for
//! specific checksum algorithm, etc). If you are parsing/validating modern (post BIP-350) bitcoin
//! segwit addresses consider using the higher crate level API.
//! segwit addresses consider using the [`crate::segwit`] API.
//!
//! If you do find yourself using this module directly then consider using the most general type
//! that serves your purposes, each type can be created by parsing an address string to `new`. You
Expand Down
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 crate level API.
//! instead use the crate level API.
//!
//! # Examples
//!
Expand Down

0 comments on commit 738a7f4

Please sign in to comment.