Skip to content

Commit 09c4ead

Browse files
committed
Merge pull request #3 from pdl/pr-hyphenation
Standardise use of hyphens with 'non'
2 parents 3e78234 + 1784886 commit 09c4ead

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jsonschema-core.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
<section title="Inline dereferencing and fragments">
523523
<t>
524524
When using inline dereferencing, a resolution scope may lead to a URI which
525-
has a non empty fragment part which is not a JSON Pointer, as in this
525+
has a non-empty fragment part which is not a JSON Pointer, as in this
526526
example:
527527
</t>
528528

jsonschema-schema.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<?rfc rfcedstyle="yes"?>
1818
<rfc category="info" docName="draft-fge-json-schema-validation-01" ipr="trust200902">
1919
<front>
20-
<title abbrev="JSON Schema">JSON Schema: interactive and non interactive validation</title>
20+
<title abbrev="JSON Schema">JSON Schema: interactive and non-interactive validation</title>
2121

2222
<author fullname="Geraint Luff" initials="G" surname="Luff" role="editor">
2323
<address>
@@ -64,7 +64,7 @@
6464
<abstract>
6565
<t>
6666
JSON Schema (application/schema+json) has several purposes, one of which is instance
67-
validation. The validation process may be interactive or non interactive. For
67+
validation. The validation process may be interactive or non-interactive. For
6868
instance, applications may use JSON Schema to build a user interface enabling
6969
interactive content generation in addition to user input checking, or validate data
7070
retrieved from various sources. This specification describes schema keywords

0 commit comments

Comments
 (0)