From 335908c07e37bd7a496d96140e3853457a54b83b Mon Sep 17 00:00:00 2001 From: niko-renko <93560662+niko-renko@users.noreply.github.com> Date: Mon, 31 Jul 2023 20:40:30 -0400 Subject: [PATCH] Update lib.rs (#4017) --- crates/net/network/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/net/network/src/lib.rs b/crates/net/network/src/lib.rs index 25733cc110..e8a7b6760a 100644 --- a/crates/net/network/src/lib.rs +++ b/crates/net/network/src/lib.rs @@ -17,7 +17,7 @@ //! Ethereum's networking protocol is specified in [devp2p](https://github.com/ethereum/devp2p). //! //! In order for a node to join the ethereum p2p network it needs to know what nodes are already -//! port of that network. This includes public identities (public key) and addresses (where to reach +//! part of that network. This includes public identities (public key) and addresses (where to reach //! them). //! //! ## Bird's Eye View