We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cce9be commit 7ad7f77Copy full SHA for 7ad7f77
pages/plural-features/continuous-deployment/lua.md
@@ -88,7 +88,7 @@ local value = {
88
]
89
}
90
local valid, err = encoding.jsonSchema(value, "./schema.json")
91
-unless valid do
+if not valid do
92
error(err) -- return the validation error to the caller
93
end
94
-- Result: true (if valid)
0 commit comments