Skip to content

Commit 1f87c89

Browse files
Update lightning-invoice/src/utils.rs
nit Co-authored-by: Duncan Dean <[email protected]>
1 parent 8e506f2 commit 1f87c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-invoice/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ use sync::Mutex;
4040
///
4141
/// `payment_hash` and `payment_secret` can come from [`ChannelManager::create_inbound_payment`] or
4242
/// [`ChannelManager::create_inbound_payment_for_hash`]. These values can be retrieved from any
43-
/// participating node. Alternately, [`inbound_payment::create`] or
43+
/// participating node. Alternatively, [`inbound_payment::create`] or
4444
/// [`inbound_payment::create_from_hash`] may be used to retrieve these values without a
4545
/// `ChannelManager`.
4646
///

0 commit comments

Comments
 (0)