Skip to content

Commit 306d008

Browse files
committed
f spelling in Enforce no missing docs in all crates
1 parent 8b1f16a commit 306d008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning-block-sync/src/poll.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Adapters which make one or more [`BlockSource`]s simpler to poll for new chain tip transitions.
1+
//! Adapters that make one or more [`BlockSource`]s simpler to poll for new chain tip transitions.
22
33
use crate::{AsyncBlockSourceResult, BlockHeaderData, BlockSource, BlockSourceError, BlockSourceResult};
44

lightning-persister/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Utilities which handle persisting Rust-Lightning data to disk via standard filesystem APIs.
1+
//! Utilities that handle persisting Rust-Lightning data to disk via standard filesystem APIs.
22
33
#![deny(broken_intra_doc_links)]
44
#![deny(missing_docs)]

0 commit comments

Comments
 (0)