Skip to content

Commit 58e55a1

Browse files
committed
minor #17946 [Validator] Add missing backticks (alexandre-daubois)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] Add missing backticks Commits ------- 86077b9 [Validator] Add missing backquotes
2 parents ab0b2da + 86077b9 commit 58e55a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/constraints/Length.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ Parameter Description
163163
``{{ value }}`` The current (invalid) value
164164
================= ============================================================
165165

166-
exactly
167-
~~~~~~~
166+
``exactly``
167+
~~~~~~~~~~~
168168

169169
**type**: ``integer``
170170

@@ -182,8 +182,8 @@ the given value's length is not **exactly** equal to this value.
182182

183183
The named argument ``exactly`` was introduced in Symfony 5.2.
184184

185-
exactMessage
186-
~~~~~~~~~~~~
185+
``exactMessage``
186+
~~~~~~~~~~~~~~~~
187187

188188
**type**: ``string`` **default**: ``This value should have exactly {{ limit }} characters.``
189189

0 commit comments

Comments
 (0)