File tree 1 file changed +4
-4
lines changed
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:
113
113
}
114
114
}
115
115
116
- .. include :: /reference/constraints/_empty -values-are-valid.rst.inc
116
+ .. include :: /reference/constraints/_null -values-are-valid.rst.inc
117
117
118
118
Options
119
119
-------
@@ -199,9 +199,9 @@ the given value's length is **less** than this min value.
199
199
200
200
This option is required when the ``max `` option is not defined.
201
201
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 `` .
205
205
206
206
``minMessage ``
207
207
~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments