We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0288634 commit 6150762Copy full SHA for 6150762
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