Skip to content

Commit 599487b

Browse files
Update jsonschema-core.md
Co-authored-by: Jason Desrosiers <[email protected]>
1 parent 3c5ff2a commit 599487b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-core.md

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

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

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

0 commit comments

Comments
 (0)