Skip to content

Commit 2b00d0f

Browse files
committed
minor symfony#11961 fix description (xabbuh)
This PR was merged into the 4.4 branch. Discussion ---------- fix description A value can only be either less than the min or greater than the max allowed value. Commits ------- 6165d07 fix description
2 parents 0542238 + 6165d07 commit 2b00d0f

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)