File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ and ``50``, you might add the following:
113113 }
114114 }
115115
116- .. include :: /reference/constraints/_empty -values-are-valid.rst.inc
116+ .. include :: /reference/constraints/_null -values-are-valid.rst.inc
117117
118118Options
119119-------
@@ -199,9 +199,9 @@ the given value's length is **less** than this min value.
199199
200200This option is required when the ``max `` option is not defined.
201201
202- It is important to notice that NULL values and empty strings are considered
203- valid no matter if the constraint required a minimum length. Validators
204- are triggered only if the value is not blank .
202+ It is important to notice that `` null `` values are considered
203+ valid no matter if the constraint requires a minimum length. Validators
204+ are triggered only if the value is not `` null `` .
205205
206206``minMessage ``
207207~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments