We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806b256 commit c4759e1Copy full SHA for c4759e1
lightning/src/offers/offer.rs
@@ -10,7 +10,7 @@
10
//! Data structures and encoding for `offer` messages.
11
//!
12
//! An [`Offer`] is built by the merchant for the user-pays-merchants flow or may be parsed from a
13
-//! string by the user, typically after scanned from a QR code.
+//! string by the user, typically after being scanned from a QR code.
14
15
//! ```
16
//! extern crate bitcoin;
0 commit comments