Skip to content

Commit c1a1e5b

Browse files
committed
Comment
1 parent 9c356d7 commit c1a1e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Validator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ class Validator {
386386
// The below code seems to imply that we can ignore parse errors, as
387387
// long as nested anyOfs, allOfs, etc. are valid. The test suite seems
388388
// to want something different, so we now return parse error
389-
// immediately.
389+
// immediately further up in the code.
390390
// if (
391391
// anyOfValidators.length ||
392392
// allOfValidators.length ||

0 commit comments

Comments
 (0)