From: Jeffrey Czyz Date: Mon, 13 Jun 2022 23:18:19 +0000 (-0500) Subject: Fix grammar in BackgroundProcessor::start docs X-Git-Tag: v0.0.109~15^2~2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=04a46829ac1b2adcb0f108ad0d0fbeb82ed2ec91;p=rust-lightning Fix grammar in BackgroundProcessor::start docs --- diff --git a/lightning-background-processor/src/lib.rs b/lightning-background-processor/src/lib.rs index b2edc230..341e5309 100644 --- a/lightning-background-processor/src/lib.rs +++ b/lightning-background-processor/src/lib.rs @@ -202,7 +202,7 @@ impl BackgroundProcessor { /// /// # Rapid Gossip Sync /// - /// If rapid gossip sync is meant to run at startup, pass a [`RapidGossipSync`] to `gossip_sync` + /// If rapid gossip sync is meant to run at startup, pass [`RapidGossipSync`] via `gossip_sync` /// to indicate that the [`BackgroundProcessor`] should not prune the [`NetworkGraph`] instance /// until the [`RapidGossipSync`] instance completes its first sync. ///