Skip to content

Commit d92d64e

Browse files
committed
Fix typo
1 parent 6cec735 commit d92d64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/amount.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use core::fmt;
1010

1111
/// An amount of Bitcoin
1212
///
13-
/// Sadly, because lightning uses "milli-satoshis" we cannot directly use rust-bitcon's `Amount`
13+
/// Sadly, because lightning uses "milli-satoshis" we cannot directly use rust-bitcoin's `Amount`
1414
/// type.
1515
///
1616
/// In general, when displaying amounts to the user, you should use [`Self::sats_rounding_up`].

0 commit comments

Comments
 (0)