Skip to content

Commit b400a65

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: [reference] [constraints] fixes small typo in `Time` validation constraint documentation.
2 parents 1eff202 + a914565 commit b400a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Validator :class:`Symfony\\Component\\Validator\\Constraints\\TimeValidator`
1616
Basic Usage
1717
-----------
1818

19-
Suppose you have an Event class, with a ``startAt`` field that is the time
19+
Suppose you have an Event class, with a ``startsAt`` field that is the time
2020
of the day when the event starts:
2121

2222
.. configuration-block::

0 commit comments

Comments
 (0)