Skip to content

Commit 14ce883

Browse files
committed
Drop docs usage of "higher"
The wording is a bit iffy, fix it up.
1 parent 2013cf3 commit 14ce883

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/primitives/decode.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! You should only need to use this module directly if you want control over exactly what is
66
//! checked and when it is checked (correct bech32 characters, valid checksum, valid checksum for
77
//! specific checksum algorithm, etc). If you are parsing/validating modern (post BIP-350) bitcoin
8-
//! segwit addresses consider using the higher crate level API.
8+
//! segwit addresses consider using the [`crate::segwit`] API.
99
//!
1010
//! If you do find yourself using this module directly then consider using the most general type
1111
//! that serves your purposes, each type can be created by parsing an address string to `new`. You

src/primitives/encode.rs

+1-1
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 crate level API.
10+
//! instead use the crate level API.
1111
//!
1212
//! # Examples
1313
//!

0 commit comments

Comments
 (0)