Skip to content

Commit 49fa291

Browse files
authored
[Range] link to options
1 parent 54878b2 commit 49fa291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/Range.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ maxPropertyPath
370370

371371
The ``maxPropertyPath`` option was introduced in Symfony 4.4.
372372

373-
It defines the object property whose value is used as ``max`` option.
373+
It defines the object property whose value is used as `max`_ option.
374374

375375
For example, if you want to compare the ``$submittedDate`` property of some object
376376
with regard to the ``$deadline`` property of the same object, use
@@ -417,7 +417,7 @@ minPropertyPath
417417

418418
The ``minPropertyPath`` option was introduced in Symfony 4.4.
419419

420-
It defines the object property whose value is used as ``min`` option.
420+
It defines the object property whose value is used as `min`_ option.
421421

422422
For example, if you want to compare the ``$endDate`` property of some object
423423
with regard to the ``$startDate`` property of the same object, use

0 commit comments

Comments
 (0)