Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit 0a4c264

Browse files
Joonas Koivunenljedrz
andauthored
doc(swarmapi): apply comment suggestions
Co-authored-by: ljedrz <ljedrz@users.noreply.github.com>
1 parent 83bef83 commit 0a4c264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/p2p/swarm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ mod tests {
561561

562562
let mut connections = futures::stream::FuturesOrdered::new();
563563
// these two should be attempted in parallel. since we know both of them work, and they are
564-
// given in this order, we know that in libp2p 0.34 only the first should win, however at
564+
// given in this order, we know that in libp2p 0.34 only the first should win, however
565565
// both should always be finished.
566566
connections.push(swarm2.connect(targets.0).unwrap());
567567
connections.push(swarm2.connect(targets.1).unwrap());

0 commit comments

Comments
 (0)