Make warning text bold
This commit is contained in:
parent
7c51612136
commit
ebc6b4a876
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue