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 8d33e21 commit eef83eaCopy full SHA for eef83ea
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