From a913990863fe9f50445604e7549cd89e9775982a Mon Sep 17 00:00:00 2001 From: minhd-vu Date: Tue, 20 Aug 2024 00:07:32 -0400 Subject: [PATCH] fix typo --- internal/guide/guide_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/guide/guide_test.go b/internal/guide/guide_test.go index f682daac91..c7d607bb2a 100644 --- a/internal/guide/guide_test.go +++ b/internal/guide/guide_test.go @@ -15,7 +15,7 @@ // along with the go-ethereum library. If not, see . // This file contains the code snippets from the developer's guide embedded into -// Go tests. This ensures that any code published in out guides will not break +// Go tests. This ensures that any code published in our guides will not break // accidentally via some code update. If some API changes nonetheless that needs // modifying this file, please port any modification over into the developer's // guide wiki pages too!