Skip to content

Commit a0a6e71

Browse files
committed
Fix nil.
Closes #3
1 parent 8dbaf21 commit a0a6e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/draft3/enum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"description": "something else is invalid",
29-
"data": nil,
29+
"data": null,
3030
"valid": false
3131
},
3232
{

0 commit comments

Comments
 (0)