Skip to content

Commit 3d97584

Browse files
committed
f cleanup wording
1 parent d4fcc56 commit 3d97584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ pub enum MessageSendEvent {
390390
msg: msgs::ChannelUpdate,
391391
},
392392
/// Used to indicate that a channel_update should be sent to a single peer.
393-
/// This is used, in contrast to [`Self::BroadcastChannelUpdate`], when the channel is a
393+
/// In contrast to [`Self::BroadcastChannelUpdate`], this is used when the channel is a
394394
/// private channel and we shouldn't be informing all of our peers of channel parameters.
395395
SendChannelUpdate {
396396
/// The node_id of the node which should receive this message

0 commit comments

Comments
 (0)