We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1145b5a commit 18836b8Copy full SHA for 18836b8
reference/constraints/Range.rst
@@ -320,15 +320,15 @@ Options
320
min
321
~~~
322
323
-**type**: ``numeric`` or ``string`` (date format)
+**type**: ``number`` or ``string`` (date format)
324
325
This required option is the "min" value. Validation will fail if the given
326
value is **less** than this min value.
327
328
max
329
330
331
332
333
This required option is the "max" value. Validation will fail if the given
334
value is **greater** than this max value.
0 commit comments