Fix grammar in BackgroundProcessor::start docs

This commit is contained in:
Jeffrey Czyz 2022-06-13 18:18:19 -05:00
parent 22dc96481b
commit 04a46829ac
No known key found for this signature in database
GPG key ID: 3A4E08275D5E96D2

View file

@ -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.
///