Skip to content

Commit 782e290

Browse files
authored
chore: fix typo (#63)
Signed-off-by: yiyiyimu <[email protected]>
1 parent 72d26fe commit 782e290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jsonschema.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ generate_validator = function(ctx, schema)
10021002
end
10031003

10041004
ctx:stmt(') then')
1005-
ctx:stmt(' return false, "object matches none of the requireds" .. ' .. requires)
1005+
ctx:stmt(' return false, "object matches none of the required" .. ' .. requires)
10061006
ctx:stmt('end')
10071007
end
10081008

0 commit comments

Comments
 (0)