Skip to content

Commit

Permalink
src/tutorials/ping: Fix typo in multiaddress (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdv4758h authored Apr 27, 2022
1 parent 22fbce3 commit f46fecd
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 f46fecd

Please sign in to comment.