Merge rust-bitcoin/rust-bitcoin#3745: Use backticks on amount types

d066a863bf Use backticks on amount types (Tobin C. Harding)

Pull request description:

  rustdocs only.

ACKs for top commit:
  apoelstra:
    ACK d066a863bf3dc522da591cc1e0e27392f2e69dc9; successfully ran local tests

Tree-SHA512: 90039d11f17eeb13aafce6c53263b197baf77a91538534fc6fc2dfb374610474a7d2bfd9068e794153800ac73bbf1ee806eff532145fd1cc601cc33fa2d8212f
This commit is contained in:
merge-script 2024-12-13 17:25:13 +00:00
commit 7b5f493a70
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ mod prelude {
pub mod amount {
//! Bitcoin amounts.
//!
//! This module mainly introduces the [Amount] and [SignedAmount] types.
//! This module mainly introduces the [`Amount`] and [`SignedAmount`] types.
//! We refer to the documentation on the types for more information.
use crate::consensus::{encode, Decodable, Encodable};