Skip to content

Commit f46fecd

Browse files
authored
src/tutorials/ping: Fix typo in multiaddress (#2623)
1 parent 22fbce3 commit f46fecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tutorials/ping.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
//! over time as interfaces become available or unavailable.
225225
//! For example, in case of our TCP transport it may (among others) listen on the
226226
//! loopback interface (localhost) `/ip4/127.0.0.1/tcp/24915` as well as the local
227-
//! network `/ip4/192.168.178.25tcp/24915`.
227+
//! network `/ip4/192.168.178.25/tcp/24915`.
228228
//!
229229
//! In addition, if provided on the CLI, let's instruct our local node to dial a
230230
//! remote peer.

0 commit comments

Comments
 (0)