From f554b01e82664a0449cf86fd38ad632f2f43d402 Mon Sep 17 00:00:00 2001 From: GarmashAlex Date: Thu, 24 Apr 2025 15:53:27 +0300 Subject: [PATCH] Update params.rs --- bitcoin/src/network/params.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/src/network/params.rs b/bitcoin/src/network/params.rs index e322009be..35f68bfb0 100644 --- a/bitcoin/src/network/params.rs +++ b/bitcoin/src/network/params.rs @@ -8,7 +8,7 @@ //! # Custom Signets Example //! //! In various places in this crate we take `AsRef` as a parameter, in order to create a -//! custom type that can be used is such places you might want to do the following: +//! custom type that can be used in such places you might want to do the following: //! //! ``` //! use bitcoin::network::Params;