Use backticks on amount types
This commit is contained in:
parent
ea6bf12a64
commit
d066a863bf
|
@ -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