From 60ce627b239a2ed69667c74df80e2a926a523988 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 6 Jun 2023 00:44:06 +0000 Subject: [PATCH] Remove spurious double comma in documentation --- lightning-invoice/src/payment.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning-invoice/src/payment.rs b/lightning-invoice/src/payment.rs index 14702986..bf161dbb 100644 --- a/lightning-invoice/src/payment.rs +++ b/lightning-invoice/src/payment.rs @@ -108,7 +108,7 @@ where } /// Pays the given zero-value [`Invoice`] using the given amount and custom idempotency key, -/// , retrying if needed based on [`Retry`]. +/// retrying if needed based on [`Retry`]. /// /// Note that idempotency is only guaranteed as long as the payment is still pending. Once the /// payment completes or fails, no idempotency guarantees are made. -- 2.30.2