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

Commit 8562d90

Browse files
Fix missing word in numeric.rst
Changed "a Javascript-based may ..." to "a Javascript-based validator may ...".
1 parent 97d9a8d commit 8562d90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/numeric.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ The ``integer`` type is used for integral numbers.
5555
validators use the mathematical value to determine whether a
5656
number is an integer, and not the type alone. Therefore, there is
5757
some disagreement between validators on this point. For example,
58-
a JavaScript-based may accept ``1.0`` as an integer, whereas the
59-
Python-based `jsonschema
58+
a JavaScript-based validator may accept ``1.0`` as an integer,
59+
whereas the Python-based `jsonschema
6060
<https://pypi.python.org/pypi/jsonschema>`__ does not.
6161

6262
Clever use of the ``multipleOf`` keyword (see `multiples`) can be used

0 commit comments

Comments
 (0)