From: Matt Corallo Date: Sun, 15 Jan 2023 07:01:30 +0000 (+0000) Subject: Fix link text in `reply_short_channel_ids_end` X-Git-Tag: v0.0.114-beta~58^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=8ecd71777c864f6a21e11eef3c2845f29b1a6a95;p=rust-lightning Fix link text in `reply_short_channel_ids_end` --- diff --git a/lightning/src/ln/msgs.rs b/lightning/src/ln/msgs.rs index 278352845..f24633226 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.