Skip to content

Commit ed69fd3

Browse files
authored
Merge pull request #929 from karenetheridge/ether/minor-wording
Ether/minor wording
2 parents 4573d04 + 21fb535 commit ed69fd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jsonschema-core.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457

458458
<section title="Fragment Identifiers" anchor="fragments">
459459
<t>
460-
In accordance with section 3.1 of <xref target="RFC6839"></xref>,
460+
In accordance with section 3.1 of <xref target="RFC6839">RFC 6839</xref>,
461461
the syntax and semantics of fragment identifiers specified for
462462
any +json media type SHOULD be as specified for "application/json".
463463
(At publication of this document, there is no fragment identification

jsonschema-validation.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284

285285
<section title="exclusiveMaximum">
286286
<t>
287-
The value of "exclusiveMaximum" MUST be number, representing an exclusive upper
287+
The value of "exclusiveMaximum" MUST be a number, representing an exclusive upper
288288
limit for a numeric instance.
289289
</t>
290290
<t>
@@ -306,7 +306,7 @@
306306

307307
<section title="exclusiveMinimum">
308308
<t>
309-
The value of "exclusiveMinimum" MUST be number, representing an exclusive lower
309+
The value of "exclusiveMinimum" MUST be a number, representing an exclusive lower
310310
limit for a numeric instance.
311311
</t>
312312
<t>

0 commit comments

Comments
 (0)