Merge rust-bitcoin/rust-bitcoin#4311: fix correction in comment mod.rs

0a1efdaa66 fix correction in comment mod.rs (Bilog WEB3)

Pull request description:

  assoctiated - associated

ACKs for top commit:
  tcharding:
    ACK 0a1efdaa66
  apoelstra:
    ACK 0a1efdaa669c37892371ae0df0b94848e554154a; successfully ran local tests

Tree-SHA512: bdeb08b17e7f39b7fbe6644fdc76c1c264f078039c51801de66fd1ebf02cd89a5951cb2ebd5d8e052331a82cdc0b0e2796c37c7a2e43403ea22d8420e76f03cf
This commit is contained in:
merge-script 2025-04-07 16:48:04 +00:00
commit 808771d87e
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

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