From 7cbe2fdc2970a48df2cf520e42571ece2fcb3650 Mon Sep 17 00:00:00 2001 From: yiyiyimu Date: Wed, 16 Jun 2021 23:39:49 -0400 Subject: [PATCH] chore: fix typo Signed-off-by: yiyiyimu --- lib/jsonschema.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jsonschema.lua b/lib/jsonschema.lua index 1422632..9c4b71f 100644 --- a/lib/jsonschema.lua +++ b/lib/jsonschema.lua @@ -1002,7 +1002,7 @@ generate_validator = function(ctx, schema) end ctx:stmt(') then') - ctx:stmt(' return false, "object matches none of the requireds" .. ' .. requires) + ctx:stmt(' return false, "object matches none of the required" .. ' .. requires) ctx:stmt('end') end