mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Fix grammar in BackgroundProcessor::start docs
This commit is contained in:
parent
22dc96481b
commit
04a46829ac
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue