Remove spurious double comma in documentation 2023-06-fix-docs
authorMatt Corallo <git@bluematt.me>
Tue, 6 Jun 2023 00:44:06 +0000 (00:44 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 6 Jun 2023 00:44:06 +0000 (00:44 +0000)
lightning-invoice/src/payment.rs

index 14702986aaefad4868f287536cff5d36a4556b85..bf161dbbf0ebc34e78bf5309761621f4ad1662ee 100644 (file)
@@ -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.