Fix link text in `reply_short_channel_ids_end` 2023-01-1950-message-text
authorMatt Corallo <git@bluematt.me>
Sun, 15 Jan 2023 07:01:30 +0000 (07:01 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 15 Jan 2023 07:03:55 +0000 (07:03 +0000)
lightning/src/ln/msgs.rs

index 278352845ac7b81cba7d970b013df9c464870457..f246332267be49ee6100950cf03dfdf674853ee5 100644 (file)
@@ -814,7 +814,7 @@ pub struct QueryShortChannelIds {
        pub short_channel_ids: Vec<u64>,
 }
 
-/// A [`reply_short_channel_ids_end message`] is sent as a reply to a
+/// A [`reply_short_channel_ids_end`] message is sent as a reply to a
 /// message. The query recipient makes a best
 /// effort to respond based on their local network view which may not be
 /// a perfect view of the network.