From a4ea051483d136e76ce1dbcef60da6f21a7a6f6e Mon Sep 17 00:00:00 2001 From: Haoran Wang Date: Sun, 21 Apr 2024 13:56:33 +0800 Subject: [PATCH] abi: fix typo --- accounts/abi/type_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/abi/type_test.go b/accounts/abi/type_test.go index ae69872ad8..95922548c4 100644 --- a/accounts/abi/type_test.go +++ b/accounts/abi/type_test.go @@ -25,7 +25,7 @@ import ( "github.com/ethereum/go-ethereum/common" ) -// typeWithoutStringer is a alias for the Type type which simply doesn't implement +// typeWithoutStringer is an alias for the Type type which simply doesn't implement // the stringer interface to allow printing type details in the tests below. type typeWithoutStringer Type