docs: fix fee rate serde module documentation

This commit is contained in:
jrakibi 2025-01-18 18:17:56 +05:30
parent dc76043dcf
commit 34bde36712
1 changed files with 3 additions and 3 deletions

View File

@ -5,10 +5,10 @@
#![allow(clippy::trivially_copy_pass_by_ref)] #![allow(clippy::trivially_copy_pass_by_ref)]
#![allow(clippy::missing_errors_doc)] #![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 //! 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 serialiation to use. //! ways are supported and it's up to the user to decide which serialization to use.
//! //!
//! The provided modules can be used as follows: //! The provided modules can be used as follows:
//! //!