Skip to content

Commit 6165d07

Browse files
committed
fix description
A value can only be either less than the min or greater than the max allowed value.
1 parent 54878b2 commit 6165d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Range.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ notInRangeMessage
440440
The ``notInRangeMessage`` option was introduced in Symfony 4.4.
441441

442442
The message that will be shown if the underlying value is less than the
443-
`min`_ option and more than the `max`_ option.
443+
`min`_ option or greater than the `max`_ option.
444444

445445
You can use the following parameters in this message:
446446

0 commit comments

Comments
 (0)