From 628093553ba8a68991433a315f640a00dd93bad3 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Wed, 4 Oct 2023 15:47:29 +1100 Subject: [PATCH] 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. --- src/primitives/encode.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/primitives/encode.rs b/src/primitives/encode.rs index 4790143d1..83fa76f6b 100644 --- a/src/primitives/encode.rs +++ b/src/primitives/encode.rs @@ -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). //!