Skip to content

Commit 04a5f44

Browse files
committed
lints
1 parent b8fe02c commit 04a5f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/network/src/manager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ use tracing::trace;
2222

2323
/// [`NetworkManager`] manages the state of the scroll p2p network.
2424
///
25-
/// This is an endless [`Future`] that drives the state of the entire network forward and includes
26-
/// the following components:
25+
/// This manager drives the state of the entire network forward and includes the following
26+
/// components:
2727
/// - `handle`: Used to interact with this [`NetworkManager`] by sending messages using the
2828
/// [`NetworkHandle`].
2929
/// - `from_handle_rx`: Receives commands from the [`NetworkHandle`].

0 commit comments

Comments
 (0)