Skip to content

Commit 4426faa

Browse files
committed
f Fix spelling and re-word comment for clarity
1 parent c384bbb commit 4426faa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/features.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
//! [`Context`] is used to parameterize [`Features`] and defines which features it can support.
88
//!
99
//! Whether a feature is considered "known" or "unknown" is relative to the implementation, whereas
10-
//! the term "supports" is used in reference to a particular set of [`Features`] from a peer. That
11-
//! is, a peer supports a feature if it advertises it (as either required or optional). And the
12-
//! implementation can interpet a feature if the feature is known to it.
10+
//! the term "supports" is used in reference to a particular set of [`Features`]. That is, a node
11+
//! supports a feature if it advertises the feature (as either required or optional) to its peers.
12+
//! And the implementation can interpret a feature if the feature is known to it.
1313
//!
1414
//! [BOLT #9]: https://github.com/lightningnetwork/lightning-rfc/blob/master/09-features.md
1515
//! [messages]: ../msgs/index.html

0 commit comments

Comments
 (0)