Skip to content

Commit 4d5da56

Browse files
committed
f sp
1 parent 37b04b1 commit 4d5da56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ impl Readable for InterceptId {
696696
///
697697
/// These fields will often not need to be set, and the provided [`Self::default`] can be used.
698698
pub struct OptionalOfferPaymentParams {
699-
/// A note which is communicated to the recipient about this payment via
699+
/// A note that is communicated to the recipient about this payment via
700700
/// [`InvoiceRequest::payer_note`].
701701
pub payer_note: Option<String>,
702702
/// Pathfinding options which tweak how the path is constructed to the recipient.

0 commit comments

Comments
 (0)