Skip to content

Commit 2fc88d4

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Adding missing link target
2 parents e559f23 + baa865b commit 2fc88d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reference/constraints/Email.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ address. Valid values are:
131131

132132
* ``loose``, it uses a simple regular expression to validate the address (it
133133
checks that at least one ``@`` character is present, etc.). This validation is
134-
too simple and it's recommended to use the ``html5`` validation instead;
134+
too simple and it's recommended to use one of the other modes instead;
135135
* ``html5``, it validates email addresses using the same regular expression
136136
as the `HTML5 email input element`_, making the backend validation consistent
137137
with the one provided by browsers;
@@ -148,3 +148,4 @@ configuration option.
148148

149149
.. _egulias/email-validator: https://packagist.org/packages/egulias/email-validator
150150
.. _HTML5 email input element: https://www.w3.org/TR/html5/sec-forms.html#valid-e-mail-address
151+
.. _RFC 5322: https://tools.ietf.org/html/rfc5322

0 commit comments

Comments
 (0)