From 2013cf3b4d904da5efbdb5be3eb2e84e4c34f98e 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 b7d1fcd9b..dea44a36d 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. //! //! # Examples //!