fix correction in comment mod.rs

This commit is contained in:
Bilog WEB3 2025-04-06 13:38:37 +02:00 committed by GitHub
parent 263db9057b
commit 0a1efdaa66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ pub use self::{
weight::Weight weight::Weight
}; };
/// Implements `FeeRate` and assoctiated features. /// Implements `FeeRate` and associated features.
pub mod fee_rate { pub mod fee_rate {
#[cfg(feature = "serde")] #[cfg(feature = "serde")]
pub use units::fee_rate::serde; pub use units::fee_rate::serde;