Skip to content

Commit 0566aca

Browse files
committed
f - grammar
1 parent e34f499 commit 0566aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/offers/offer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ impl Offer {
6262
.unwrap_or_else(|| ChainHash::using_genesis_block(Network::Bitcoin))
6363
}
6464

65-
/// Metadata set by the originator, useful for authentication and validating fields.
65+
/// Metadata set by the originator. Useful for authentication and validating fields.
6666
pub fn metadata(&self) -> Option<&Vec<u8>> {
6767
self.contents.metadata.as_ref()
6868
}

0 commit comments

Comments
 (0)