Skip to content

Commit 3d85f07

Browse files
joeybloggsjoeybloggs
authored andcommitted
correct typo
1 parent e160667 commit 3d85f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decoder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func (d *decoder) parseMapData() {
8282
searchValue: k[idx : i+1],
8383
}
8484

85-
// is key is number, most liekely array key, keep track of just in case an array/slice.
85+
// is key is number, most likely array key, keep track of just in case an array/slice.
8686
if isNum {
8787

8888
// no need to check for error, it will always pass

0 commit comments

Comments
 (0)