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 0f4eed5 commit ddeea95Copy full SHA for ddeea95
reference/constraints/Range.rst
@@ -320,15 +320,15 @@ Options
320
min
321
~~~
322
323
-**type**: ``int`` or ``string`` (date format)
+**type**: ``numeric`` 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