Skip to content

Commit f225fc3

Browse files
committed
f - docs fixes
1 parent 5fac431 commit f225fc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/offers/offer.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ use std::time::SystemTime;
2525

2626
/// An `Offer` is a potentially long-lived proposal for payment of a good or service.
2727
///
28-
/// An offer is precursor to an `InvoiceRequest`. A merchant publishes an offer from which a
29-
/// customer may request an `Invoice` for a specific quantity and using an amount enough to cover
30-
/// that quantity (i.e., at least `quantity * amount`). See [`Offer::amount`].
28+
/// An offer is a precursor to an `InvoiceRequest`. A merchant publishes an offer from which a
29+
/// customer may request an `Invoice` for a specific quantity and using an amount sufficient to
30+
/// cover that quantity (i.e., at least `quantity * amount`). See [`Offer::amount`].
3131
///
3232
/// Offers may be denominated in currency other than bitcoin but are ultimately paid using the
3333
/// latter.

0 commit comments

Comments
 (0)