File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ use std::time::SystemTime;
25
25
26
26
/// An `Offer` is a potentially long-lived proposal for payment of a good or service.
27
27
///
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`].
31
31
///
32
32
/// Offers may be denominated in currency other than bitcoin but are ultimately paid using the
33
33
/// latter.
You can’t perform that action at this time.
0 commit comments