From e63b8502cc7397a47d2e667f49448dae5150d8a1 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:13:01 +0200 Subject: [PATCH] Update doc.go --- accounts/abi/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/abi/doc.go b/accounts/abi/doc.go index 8242068582..3092070626 100644 --- a/accounts/abi/doc.go +++ b/accounts/abi/doc.go @@ -19,7 +19,7 @@ // // The Ethereum ABI is strongly typed, known at compile time // and static. This ABI will handle basic type casting; unsigned -// to signed and visa versa. It does not handle slice casting such +// to signed and vice versa. It does not handle slice casting such // as unsigned slice to signed slice. Bit size type casting is also // handled. ints with a bit size of 32 will be properly cast to int256, // etc.