We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e7ae8 commit 1540f5eCopy full SHA for 1540f5e
lightning-background-processor/src/lib.rs
@@ -354,7 +354,7 @@ macro_rules! define_run_body {
354
///
355
/// See [`BackgroundProcessor::start`] for information on which actions this handles.
356
357
-/// Requres the `futures` feature. Note that while this method is available without the `std`
+/// Requires the `futures` feature. Note that while this method is available without the `std`
358
/// feature, doing so will skip calling [`NetworkGraph::remove_stale_channels_and_tracking`],
359
/// you should call [`NetworkGraph::remove_stale_channels_and_tracking_with_time`] regularly
360
/// manually instead.
0 commit comments