Skip to content

Commit

Permalink
Merge branch 'libp2p:master' into fix-clippy-style
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Apr 27, 2022
2 parents 4a980c2 + f46fecd commit f8140ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tutorials/ping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
//! over time as interfaces become available or unavailable.
//! For example, in case of our TCP transport it may (among others) listen on the
//! loopback interface (localhost) `/ip4/127.0.0.1/tcp/24915` as well as the local
//! network `/ip4/192.168.178.25tcp/24915`.
//! network `/ip4/192.168.178.25/tcp/24915`.
//!
//! In addition, if provided on the CLI, let's instruct our local node to dial a
//! remote peer.
Expand Down

0 comments on commit f8140ff

Please sign in to comment.