src/tutorials/ping: Fix typo in multiaddress (#2623)

This commit is contained in:
Chiu-Hsiang Hsu 2022-04-27 06:48:22 +00:00 committed by GitHub
parent 22fbce34d5
commit f46fecd4d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,7 +224,7 @@
//! over time as interfaces become available or unavailable. //! over time as interfaces become available or unavailable.
//! For example, in case of our TCP transport it may (among others) listen on the //! 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 //! 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 //! In addition, if provided on the CLI, let's instruct our local node to dial a
//! remote peer. //! remote peer.