Skip to content

Commit 980f12c

Browse files
authored
Merge pull request #282 from L2ncE/master
Fix a syntax error in a code comment
2 parents f37ee93 + 72953c7 commit 980f12c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gjson_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@ func TestNumFloatString(t *testing.T) {
13201320
}
13211321

13221322
func TestDuplicateKeys(t *testing.T) {
1323-
// this is vaild json according to the JSON spec
1323+
// this is valid json according to the JSON spec
13241324
var json = `{"name": "Alex","name": "Peter"}`
13251325
if Parse(json).Get("name").String() !=
13261326
Parse(json).Map()["name"].String() {

0 commit comments

Comments
 (0)