Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 3416f59

Browse files
committed
Commas
1 parent 4e9e7e6 commit 3416f59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/reference/array.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Items
4242
By default, the elements of the array may be anything at all.
4343
However, it's often useful to validate the items of the array against
4444
some schema as well. This is done using the ``items``,
45-
``additionalItems`` and ``contains`` keywords.
45+
``additionalItems``, and ``contains`` keywords.
4646

4747
There are two ways in which arrays are generally used in JSON:
4848

source/reference/generic.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for all JSON types.
1515
Metadata
1616
--------
1717

18-
JSON Schema includes a few keywords, ``title``, ``description``, ``default`` and
18+
JSON Schema includes a few keywords, ``title``, ``description``, ``default``, and
1919
``examples`` that aren't strictly used for validation, but are used to describe
2020
parts of a schema.
2121

source/reference/numeric.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Range
149149
'''''
150150

151151
Ranges of numbers are specified using a combination of the
152-
``minimum`` and ``maximum`` keywords (or ``exclusiveMinimum`` and
152+
``minimum`` and ``maximum`` keywords, (or ``exclusiveMinimum`` and
153153
``exclusiveMaximum`` for expressing exclusive range).
154154

155155
If *x* is the value being validated, the following must hold true:

0 commit comments

Comments
 (0)