From 8ecd71777c864f6a21e11eef3c2845f29b1a6a95 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sun, 15 Jan 2023 07:01:30 +0000 Subject: [PATCH] Fix link text in `reply_short_channel_ids_end` --- lightning/src/ln/msgs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5