Skip to content

Commit 3bed40f

Browse files
committed
Fix: Backticks
1 parent 0ef1875 commit 3bed40f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/constraints/Expression.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ more about the expression language syntax, see
145145

146146
.. versionadded:: 6.2
147147

148-
The `negate` option was introduced in Symfony 6.2.
148+
The ``negate`` option was introduced in Symfony 6.2.
149149

150-
Alternatively, you can set the `negate` option to ``false`` in order to
150+
Alternatively, you can set the ``negate`` option to ``false`` in order to
151151
assert that the expression must return ``true`` for validation to fail.
152152

153153
.. sidebar:: Mapping the Error to a Specific Field
@@ -310,7 +310,7 @@ If ``false``, the validation fails when expression returns ``true``.
310310

311311
.. versionadded:: 6.2
312312

313-
The `negate` option was introduced in Symfony 6.2.
313+
The ``negate`` option was introduced in Symfony 6.2.
314314

315315
.. include:: /reference/constraints/_payload-option.rst.inc
316316

0 commit comments

Comments
 (0)