rlp: fix typo in comment

This commit is contained in:
Felix Lange 2026-02-13 21:16:22 +01:00
parent ab06783996
commit 934538de8c

View file

@ -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
}