main: fix typo

This commit is contained in:
Haoran Wang 2024-04-21 13:56:22 +08:00
parent 61dc20152f
commit 070bbf9540

View file

@ -158,7 +158,7 @@ type op interface {
// basicOp handles basic types bool, uint*, string. // basicOp handles basic types bool, uint*, string.
type basicOp struct { type basicOp struct {
typ types.Type typ types.Type
writeMethod string // calle write the value writeMethod string // call write the value
writeArgType types.Type // parameter type of writeMethod writeArgType types.Type // parameter type of writeMethod
decMethod string decMethod string
decResultType types.Type // return type of decMethod decResultType types.Type // return type of decMethod