Skip to content

Commit 1264963

Browse files
committed
[#4204] Fixing slight markup issue
1 parent f583a45 commit 1264963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Expression.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ more about the expression language syntax, see
221221
In Symfony 2.6, the Expression constraint *is* executed if the value
222222
is ``null``. Before 2.6, if the value was ``null``, the expression
223223
was never executed and the value was considered valid (unless you
224-
also had a constraint like `NotBlank` on the property).
224+
also had a constraint like ``NotBlank`` on the property).
225225

226226
For more information about the expression and what variables are available
227227
to you, see the :ref:`expression <reference-constraint-expression-option>`

0 commit comments

Comments
 (0)