Skip to content

Commit 04a4682

Browse files
committed
Fix grammar in BackgroundProcessor::start docs
1 parent 22dc964 commit 04a4682

File tree

1 file changed

+1
-1
lines changed
  • lightning-background-processor/src

1 file changed

+1
-1
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ impl BackgroundProcessor {
202202
///
203203
/// # Rapid Gossip Sync
204204
///
205-
/// If rapid gossip sync is meant to run at startup, pass a [`RapidGossipSync`] to `gossip_sync`
205+
/// If rapid gossip sync is meant to run at startup, pass [`RapidGossipSync`] via `gossip_sync`
206206
/// to indicate that the [`BackgroundProcessor`] should not prune the [`NetworkGraph`] instance
207207
/// until the [`RapidGossipSync`] instance completes its first sync.
208208
///

0 commit comments

Comments
 (0)