From 805a4c14874ca9059c2611d98d256e784a69e24a Mon Sep 17 00:00:00 2001 From: Ocenka Date: Mon, 4 Aug 2025 17:34:26 +0100 Subject: [PATCH] Update doc.go --- node/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/doc.go b/node/doc.go index a4cd5c6aa2..83be631e63 100644 --- a/node/doc.go +++ b/node/doc.go @@ -19,7 +19,7 @@ Package node sets up multi-protocol Ethereum nodes. In the model exposed by this package, a node is a collection of services which use shared resources to provide RPC APIs. Services can also offer devp2p protocols, which are wired -up the devp2p network when the node instance is started. +up to the devp2p network when the node instance is started. # Node Lifecycle