Skip to content

Commit 8ecd717

Browse files
committed
Fix link text in reply_short_channel_ids_end
1 parent ce6bcf6 commit 8ecd717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/msgs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ pub struct QueryShortChannelIds {
814814
pub short_channel_ids: Vec<u64>,
815815
}
816816

817-
/// A [`reply_short_channel_ids_end message`] is sent as a reply to a
817+
/// A [`reply_short_channel_ids_end`] message is sent as a reply to a
818818
/// message. The query recipient makes a best
819819
/// effort to respond based on their local network view which may not be
820820
/// a perfect view of the network.

0 commit comments

Comments
 (0)