Skip to content

Commit a39adf7

Browse files
committed
f Improve balance docs
1 parent 66bcc9c commit a39adf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/balance.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub struct BalanceDetails {
2121
///
2222
/// [`total_anchor_channels_reserve_sats`]: Self::total_anchor_channels_reserve_sats
2323
pub spendable_onchain_balance_sats: u64,
24-
/// The share of our total balance which we retain as an emergency reserve to (hopefully) be
24+
/// The share of our total balance that we retain as an emergency reserve to (hopefully) be
2525
/// able to spend the Anchor outputs when one of our channels is closed.
2626
pub total_anchor_channels_reserve_sats: u64,
2727
/// The total balance that we would be able to claim across all our Lightning channels.

0 commit comments

Comments
 (0)