From: Matt Corallo Date: Tue, 6 Jun 2023 00:44:06 +0000 (+0000) Subject: Remove spurious double comma in documentation X-Git-Tag: v0.0.116-alpha1~20^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=refs%2Fheads%2F2023-06-fix-docs;p=rust-lightning Remove spurious double comma in documentation --- 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.