diff --git a/units/src/amount/signed.rs b/units/src/amount/signed.rs index 7070adf77..3bd4d5b90 100644 --- a/units/src/amount/signed.rs +++ b/units/src/amount/signed.rs @@ -25,7 +25,7 @@ mod encapsulate { /// conversion to various denominations. The [`SignedAmount`] type does not implement [`serde`] /// traits but we do provide modules for serializing as satoshis or bitcoin. /// - /// Warning! + /// **Warning!** /// /// This type implements several arithmetic operations from [`core::ops`]. /// To prevent errors due to an overflow when using these operations, diff --git a/units/src/amount/unsigned.rs b/units/src/amount/unsigned.rs index 20bb6f82b..4a1d875b0 100644 --- a/units/src/amount/unsigned.rs +++ b/units/src/amount/unsigned.rs @@ -25,7 +25,7 @@ mod encapsulate { /// conversion to various denominations. The [`Amount`] type does not implement [`serde`] traits /// but we do provide modules for serializing as satoshis or bitcoin. /// - /// Warning! + /// **Warning!** /// /// This type implements several arithmetic operations from [`core::ops`]. /// To prevent errors due to an overflow when using these operations,