Skip to content

Commit 7921ae5

Browse files
alexander-schranzjaviereguiluz
authored andcommitted
Move range to the comparison constraint types
1 parent fab4a8b commit 7921ae5

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

reference/constraints.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Validation Constraints Reference
2323
constraints/Ip
2424
constraints/Uuid
2525

26-
constraints/Range
27-
2826
constraints/EqualTo
2927
constraints/NotEqualTo
3028
constraints/IdenticalTo
@@ -33,6 +31,7 @@ Validation Constraints Reference
3331
constraints/LessThanOrEqual
3432
constraints/GreaterThan
3533
constraints/GreaterThanOrEqual
34+
constraints/Range
3635

3736
constraints/Date
3837
constraints/DateTime

reference/constraints/map.rst.inc

+1-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ String Constraints
2222
* :doc:`Ip </reference/constraints/Ip>`
2323
* :doc:`Uuid</reference/constraints/Uuid>`
2424

25-
Number Constraints
26-
~~~~~~~~~~~~~~~~~~
27-
28-
* :doc:`Range </reference/constraints/Range>`
29-
3025
Comparison Constraints
3126
~~~~~~~~~~~~~~~~~~~~~~
3227

@@ -38,6 +33,7 @@ Comparison Constraints
3833
* :doc:`LessThanOrEqual </reference/constraints/LessThanOrEqual>`
3934
* :doc:`GreaterThan </reference/constraints/GreaterThan>`
4035
* :doc:`GreaterThanOrEqual </reference/constraints/GreaterThanOrEqual>`
36+
* :doc:`Range </reference/constraints/Range>`
4137

4238
Date Constraints
4339
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)