We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb28145 commit 7ad22ebCopy full SHA for 7ad22eb
rlp/doc.go
@@ -36,7 +36,7 @@ call EncodeRLP on nil pointer values.
36
37
To encode a pointer, the value being pointed to is encoded. A nil pointer to a struct
38
type, slice or array always encodes as an empty RLP list unless the slice or array has
39
-elememt type byte. A nil pointer to any other value encodes as the empty string.
+element type byte. A nil pointer to any other value encodes as the empty string.
40
41
Struct values are encoded as an RLP list of all their encoded public fields. Recursive
42
struct types are supported.
0 commit comments