From cf9833c7d046594667d9d0636d9f8d0e44b2c5e3 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Fri, 23 Feb 2018 17:11:18 +0100 Subject: [PATCH] [#9248] some minor tweaks --- reference/constraints/Locale.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reference/constraints/Locale.rst b/reference/constraints/Locale.rst index ef8fa8a4059..91a252b5d47 100644 --- a/reference/constraints/Locale.rst +++ b/reference/constraints/Locale.rst @@ -105,9 +105,8 @@ canonicalize Using this option with value ``false`` was deprecated in Symfony 4.1 and it   will throw an exception in Symfony 5.0. Use ``true`` instead. -If true, the :phpmethod:`Locale::canonicalize` method will be applied before checking -the validity of the given locale (e.g. ``FR-fr.utf8`` is transformed into ``fr_FR`` -). +If ``true``, the :phpmethod:`Locale::canonicalize` method will be applied before checking +the validity of the given locale (e.g. ``FR-fr.utf8`` is transformed into ``fr_FR``). .. _`ICU format locale IDs`: http://userguide.icu-project.org/locale .. _`ISO 639-1`: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes