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 f049847 commit 74436e6Copy full SHA for 74436e6
p2p/p2p/src/inbound_server.rs
@@ -71,7 +71,7 @@ where
71
// Create ping request handling JoinSet
72
let mut ping_join_set = JoinSet::new();
73
74
- // Listen to incoming connections and extract necessary informations.
+ // Listen to incoming connections and extract necessary information.
75
while let Some(connection) = listener.next().await {
76
let Ok((addr, mut peer_stream, mut peer_sink)) = connection else {
77
continue;
0 commit comments