mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
doc: fix typo
This commit is contained in:
parent
bca6c40709
commit
7641ae0e89
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue