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:
commit
7b5f493a70
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue