We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e506f2 commit 1f87c89Copy full SHA for 1f87c89
lightning-invoice/src/utils.rs
@@ -40,7 +40,7 @@ use sync::Mutex;
40
///
41
/// `payment_hash` and `payment_secret` can come from [`ChannelManager::create_inbound_payment`] or
42
/// [`ChannelManager::create_inbound_payment_for_hash`]. These values can be retrieved from any
43
-/// participating node. Alternately, [`inbound_payment::create`] or
+/// participating node. Alternatively, [`inbound_payment::create`] or
44
/// [`inbound_payment::create_from_hash`] may be used to retrieve these values without a
45
/// `ChannelManager`.
46
0 commit comments