diff --git a/reference/constraints/Length.rst b/reference/constraints/Length.rst index e32d42e36ef..69c5b3cb713 100644 --- a/reference/constraints/Length.rst +++ b/reference/constraints/Length.rst @@ -1,7 +1,7 @@ Length ====== -Validates that a given string length is *between* some minimum and maximum +Validates that a given string length is *between* some minimum (if is not null or blank, cf. the `min`_ option) and maximum value. +----------------+----------------------------------------------------------------------+