X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Fln%2Fmsgs.rs;h=6cbcd9787008f30901ddbed5232ada6c93d0e71f;hb=22ea5053489f4a5fa82affbfc1cdf5d704136440;hp=feb2261d7d3604cb27e715471ebc1fadacc160d5;hpb=437fa4f807e1ff6f3a5658f99c80c92ef5f86f6a;p=rust-lightning diff --git a/lightning/src/ln/msgs.rs b/lightning/src/ln/msgs.rs index feb2261d..6cbcd978 100644 --- a/lightning/src/ln/msgs.rs +++ b/lightning/src/ln/msgs.rs @@ -814,7 +814,7 @@ pub struct QueryShortChannelIds { pub short_channel_ids: Vec, } -/// 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.