From f46fecd4d760731dadd74c07a68e4f5e322c5c2a Mon Sep 17 00:00:00 2001 From: Chiu-Hsiang Hsu <2716047+wdv4758h@users.noreply.github.com> Date: Wed, 27 Apr 2022 06:48:22 +0000 Subject: [PATCH] src/tutorials/ping: Fix typo in multiaddress (#2623) --- src/tutorials/ping.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tutorials/ping.rs b/src/tutorials/ping.rs index d6f6025288f..f33d90015bf 100644 --- a/src/tutorials/ping.rs +++ b/src/tutorials/ping.rs @@ -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.