From 91778d2874bc3bc50ff257b1649ae3b8e065b3be Mon Sep 17 00:00:00 2001 From: Hack666r Date: Wed, 25 Dec 2024 21:42:22 +0100 Subject: [PATCH] typo fix Update abi.go Signed-off-by: Hack666r --- accounts/abi/abi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/abi/abi.go b/accounts/abi/abi.go index 6e1075c715fd..8e34e6a3cba4 100644 --- a/accounts/abi/abi.go +++ b/accounts/abi/abi.go @@ -29,7 +29,7 @@ import ( ) // The ABI holds information about a contract's context and available -// invokable methods. It will allow you to type check function calls and +// invocable methods. It will allow you to type check function calls and // packs data accordingly. type ABI struct { Constructor Method