Skip to content

Commit

Permalink
Update decode.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kielbarry authored May 3, 2018
1 parent 5966fd6 commit 9810177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rlp/decode.go
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ func decodeDecoder(s *Stream, val reflect.Value) error {
type Kind int

// Const list indicates the kind of value in an RLP stream
// and and its next value is incremented by Kind().
// and its next value is incremented by Kind().
const (
Byte Kind = iota
String
Expand Down

0 comments on commit 9810177

Please sign in to comment.