From 061889d4ea13b23d777efbe005210ead8667e869 Mon Sep 17 00:00:00 2001 From: "S. Matthew English" Date: Mon, 12 Jun 2017 14:45:17 +0200 Subject: rlp, trie, contracts, compression, consensus: improve comments (#14580) --- rlp/raw.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rlp/raw.go') 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 -- cgit v1.2.3