Update auto-generated C bindings for 0.0.109
[ldk-c-bindings] / lightning-c-bindings / src / lightning_background_processor.rs
index b41229dca1459581acfecc61c666cbecfb943ae9..4c19172817aff45935b9e3d046a69563d5d1f6e8 100644 (file)
@@ -193,7 +193,7 @@ pub extern "C" fn GossipSync_none() -> GossipSync {
 ///
 /// # 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.
 ///