diff options
Diffstat (limited to 'rlp/raw.go')
-rw-r--r-- | rlp/raw.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rlp/raw.go b/rlp/raw.go index 33aae6ee5..6bf1c1df8 100644 --- a/rlp/raw.go +++ b/rlp/raw.go @@ -22,7 +22,7 @@ import ( ) // RawValue represents an encoded RLP value and can be used to delay -// RLP decoding or precompute an encoding. Note that the decoder does +// RLP decoding or to precompute an encoding. Note that the decoder does // not verify whether the content of RawValues is valid RLP. type RawValue []byte |