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 7252a51 commit 31e9abfCopy full SHA for 31e9abf
rlp/doc.go
@@ -37,7 +37,7 @@ call EncodeRLP on nil pointer values.
37
38
To encode a pointer, the value being pointed to is encoded. A nil pointer to a struct
39
type, slice or array always encodes as an empty RLP list unless the slice or array has
40
-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.
41
42
Struct values are encoded as an RLP list of all their encoded public fields. Recursive
43
struct types are supported.
0 commit comments