Use backticks on amount types

This commit is contained in:
Tobin C. Harding 2024-12-12 12:21:28 +11:00
parent ea6bf12a64
commit d066a863bf
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
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};