We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f37ee93 + 72953c7 commit 980f12cCopy full SHA for 980f12c
1 file changed
gjson_test.go
@@ -1320,7 +1320,7 @@ func TestNumFloatString(t *testing.T) {
1320
}
1321
1322
func TestDuplicateKeys(t *testing.T) {
1323
- // this is vaild json according to the JSON spec
+ // this is valid json according to the JSON spec
1324
var json = `{"name": "Alex","name": "Peter"}`
1325
if Parse(json).Get("name").String() !=
1326
Parse(json).Map()["name"].String() {
0 commit comments