Skip to content

Commit b9f8b8d

Browse files
committed
fix "versionadded" wording
1 parent bb9004e commit b9f8b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/validation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ allows you to add a constraint to any public method whose name starts with
587587
as "getters".
588588

589589
.. versionadded:: 2.5
590-
Support for methods starting with ``has`` is new in Symfony 2.5.
590+
Support for methods starting with ``has`` was introduced in Symfony 2.5.
591591

592592
The benefit of this technique is that it allows you to validate your object
593593
dynamically. For example, suppose you want to make sure that a password field

0 commit comments

Comments
 (0)