Skip to content

Commit a4ea575

Browse files
authored
Merge pull request #880 from vanou/fix-wording-20200318
Fix Wording in JSON-Schema Core
2 parents fa6cba4 + 3093dd6 commit a4ea575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@
10351035
</artwork>
10361036
</figure>
10371037
<t>
1038-
And the instance <spanx style="verb">"This is a string"</spanx>, the
1038+
Against the instance <spanx style="verb">"This is a string"</spanx>, the
10391039
title annotation "Integer Value" is discarded because the type assertion
10401040
in that schema object fails. The title annotation "String Value"
10411041
is kept, as the instance passes the string type assertions.
@@ -1074,7 +1074,7 @@
10741074
<t>
10751075
Keywords declared in this section, which all begin with "$", make up
10761076
the JSON Schema Core vocabulary. These keywords are either required in
1077-
order process any schema or meta-schema, including those split across
1077+
order to process any schema or meta-schema, including those split across
10781078
multiple documents, or exist to reserve keywords for purposes that
10791079
require guaranteed interoperability.
10801080
</t>

0 commit comments

Comments
 (0)