Skip to content

Commit b1adb29

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Better grammatical wording
2 parents 70321a0 + 0c6c5a4 commit b1adb29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/validator/metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Getters
3737

3838
Constraints can also be applied to the value returned by any public *getter*
3939
method, which are the methods whose names start with ``get``, ``has`` or ``is``.
40-
This feature allows to validate your objects dynamically.
40+
This feature allows validating your objects dynamically.
4141

4242
Suppose that, for security reasons, you want to validate that a password field
4343
doesn't match the first name of the user. First, create a public method called

0 commit comments

Comments
 (0)