mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 03:10:48 +00:00
rlp: fix typo in comment
This commit is contained in:
parent
ab06783996
commit
934538de8c
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ type RawList[T any] struct {
|
|||
// returns something valid either way.
|
||||
enc []byte
|
||||
|
||||
// len holds the number of items in the list.
|
||||
// length holds the number of items in the list.
|
||||
length int
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue