Make warning text bold

This commit is contained in:
Jamil Lambert, PhD 2025-04-14 13:56:00 +01:00 committed by Jamil Lambert
parent 7c51612136
commit ebc6b4a876
No known key found for this signature in database
GPG Key ID: 7F574053F8F17A64
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,