Skip to content

Commit 10c23e4

Browse files
gregsdennisJulian
andauthored
Fix typo.
Co-authored-by: Julian Berman <[email protected]>
1 parent d66fc30 commit 10c23e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ The value for each of these keywords value MUST be a valid JSON Schema.
17261726

17271727
The `if` keyword produces an annotation which is the boolean validation result
17281728
of its subschema against the instance. The validation outcome of the `if`
1729-
keyword's subschema MUST NOT directly effect the overall validation result.
1729+
keyword's subschema MUST NOT directly affect the overall validation result.
17301730

17311731
The `then` and `else` keywords each consume the annotation from an adjacent `if`
17321732
keyword and conditionally apply their subschemas to the instance as follows:

0 commit comments

Comments
 (0)