From 070bbf95401d7b5a58320d00afb6269931ba23de Mon Sep 17 00:00:00 2001 From: Haoran Wang Date: Sun, 21 Apr 2024 13:56:22 +0800 Subject: [PATCH] main: fix typo --- rlp/rlpgen/gen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rlp/rlpgen/gen.go b/rlp/rlpgen/gen.go index 0c65864826..04a97409fb 100644 --- a/rlp/rlpgen/gen.go +++ b/rlp/rlpgen/gen.go @@ -158,7 +158,7 @@ type op interface { // basicOp handles basic types bool, uint*, string. type basicOp struct { typ types.Type - writeMethod string // calle write the value + writeMethod string // call write the value writeArgType types.Type // parameter type of writeMethod decMethod string decResultType types.Type // return type of decMethod