Merge pull request #1960 from tnull/2023-01-deref-router-in-invoicepayer
[rust-lightning] / lightning / src / ln / msgs.rs
index feb2261d7d3604cb27e715471ebc1fadacc160d5..6cbcd9787008f30901ddbed5232ada6c93d0e71f 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.