From 34bde3671212f17082db9ef862e26825602fc6a6 Mon Sep 17 00:00:00 2001 From: jrakibi Date: Sat, 18 Jan 2025 18:17:56 +0530 Subject: [PATCH] docs: fix fee rate serde module documentation --- units/src/fee_rate/serde.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/units/src/fee_rate/serde.rs b/units/src/fee_rate/serde.rs index 017f6a0d0..496fee54d 100644 --- a/units/src/fee_rate/serde.rs +++ b/units/src/fee_rate/serde.rs @@ -5,10 +5,10 @@ #![allow(clippy::trivially_copy_pass_by_ref)] #![allow(clippy::missing_errors_doc)] -//! This module adds serde serialization and deserialization support for amounts. +//! This module adds serde serialization and deserialization support for fee rates. //! -//! Since there is not a default way to serialize and deserialize Amounts, multiple -//! ways are supported and it's up to the user to decide which serialiation to use. +//! Since there is not a default way to serialize and deserialize fee rates, multiple +//! ways are supported and it's up to the user to decide which serialization to use. //! //! The provided modules can be used as follows: //!