We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e160667 commit 3d85f07Copy full SHA for 3d85f07
decoder.go
@@ -82,7 +82,7 @@ func (d *decoder) parseMapData() {
82
searchValue: k[idx : i+1],
83
}
84
85
- // is key is number, most liekely array key, keep track of just in case an array/slice.
+ // is key is number, most likely array key, keep track of just in case an array/slice.
86
if isNum {
87
88
// no need to check for error, it will always pass
0 commit comments