Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joeybloggs authored and joeybloggs committed Jul 9, 2016
1 parent e160667 commit 3d85f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (d *decoder) parseMapData() {
searchValue: k[idx : i+1],
}

// 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.
if isNum {

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

0 comments on commit 3d85f07

Please # to comment.