From 86077b9633a33e5fdb20fb11419f98ef1fb588c8 Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Tue, 21 Feb 2023 14:19:22 +0100 Subject: [PATCH] [Validator] Add missing backquotes --- reference/constraints/Length.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/constraints/Length.rst b/reference/constraints/Length.rst index 26e93359729..3a197426975 100644 --- a/reference/constraints/Length.rst +++ b/reference/constraints/Length.rst @@ -163,8 +163,8 @@ Parameter Description ``{{ value }}`` The current (invalid) value ================= ============================================================ -exactly -~~~~~~~ +``exactly`` +~~~~~~~~~~~ **type**: ``integer`` @@ -182,8 +182,8 @@ the given value's length is not **exactly** equal to this value. The named argument ``exactly`` was introduced in Symfony 5.2. -exactMessage -~~~~~~~~~~~~ +``exactMessage`` +~~~~~~~~~~~~~~~~ **type**: ``string`` **default**: ``This value should have exactly {{ limit }} characters.``