Skip to content

Commit 9810177

Browse files
authored
Update decode.go
1 parent 5966fd6 commit 9810177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rlp/decode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ func decodeDecoder(s *Stream, val reflect.Value) error {
537537
type Kind int
538538

539539
// Const list indicates the kind of value in an RLP stream
540-
// and and its next value is incremented by Kind().
540+
// and its next value is incremented by Kind().
541541
const (
542542
Byte Kind = iota
543543
String

0 commit comments

Comments
 (0)