Skip to content

Commit 3ad80f0

Browse files
brandonkellyhandrews
authored andcommitted
Fixed #320 - minimum and exclusiveMinimum typos
1 parent c7bac11 commit 3ad80f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-validation.xml

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

286286
<section title="minimum">
287287
<t>
288-
The value of "minimum" MUST be a number, representing an inclusive upper limit
288+
The value of "minimum" MUST be a number, representing an inclusive lower limit
289289
for a numeric instance.
290290
</t>
291291
<t>
@@ -296,7 +296,7 @@
296296

297297
<section title="exclusiveMinimum">
298298
<t>
299-
The value of "exclusiveMinimum" MUST be number, representing an exclusive upper
299+
The value of "exclusiveMinimum" MUST be number, representing an exclusive lower
300300
limit for a numeric instance.
301301
</t>
302302
<t>

0 commit comments

Comments
 (0)