Skip to content

Commit 60ce627

Browse files
committed
Remove spurious double comma in documentation
1 parent 632c0d2 commit 60ce627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-invoice/src/payment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ where
108108
}
109109

110110
/// Pays the given zero-value [`Invoice`] using the given amount and custom idempotency key,
111-
/// , retrying if needed based on [`Retry`].
111+
/// retrying if needed based on [`Retry`].
112112
///
113113
/// Note that idempotency is only guaranteed as long as the payment is still pending. Once the
114114
/// payment completes or fails, no idempotency guarantees are made.

0 commit comments

Comments
 (0)