Skip to content

Commit 92173db

Browse files
committed
f - grammar
1 parent a6d677e commit 92173db

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
@@ -817,7 +817,7 @@ impl_feature_len_prefixed_write!(ChannelFeatures);
817817
impl_feature_len_prefixed_write!(NodeFeatures);
818818
impl_feature_len_prefixed_write!(InvoiceFeatures);
819819

820-
// Some features only appears inside of TLVs, so they don't have a length prefix when serialized.
820+
// Some features only appear inside of TLVs, so they don't have a length prefix when serialized.
821821
macro_rules! impl_feature_tlv_value_write {
822822
($features: ident) => {
823823
impl Writeable for $features {

0 commit comments

Comments
 (0)