Skip to content

Commit 2427fda

Browse files
committed
f grammar
1 parent 20abc62 commit 2427fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/features.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ impl InitFeatures {
548548
self.to_context_internal()
549549
}
550550

551-
/// Returns the set of known init features which are related to channels. At least some of
551+
/// Returns the set of known init features that are related to channels. At least some of
552552
/// these features are likely required for peers to talk to us.
553553
pub fn known_channel_features() -> InitFeatures {
554554
let mut features = Self::known().clear_gossip_queries();

0 commit comments

Comments
 (0)