Skip to content

Commit 2de31b2

Browse files
Update jsonschema-core.md
Co-authored-by: Jason Desrosiers <[email protected]>
1 parent 5ef073f commit 2de31b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: jsonschema-core.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ never produce annotation results.
220220

221221
These boolean schemas exist to clarify schema author intent and facilitate
222222
schema processing optimizations. They behave identically to the following schema
223-
objects (where `not` is defined in [later this document](#not)).
223+
objects (where `not` is defined [later in this document](#not)).
224224

225225
- `true`: Always passes validation, as if the empty schema `{}`
226226
- `false`: Always fails validation, as if the schema `{ "not": {} }`

0 commit comments

Comments
 (0)