diff --git a/reference/forms/types/enum.rst b/reference/forms/types/enum.rst index 213e6bff7d6..b2e960a21ec 100644 --- a/reference/forms/types/enum.rst +++ b/reference/forms/types/enum.rst @@ -9,7 +9,7 @@ EnumType Field The ``EnumType`` form field was introduced in Symfony 5.4. A multi-purpose field used to allow the user to "choose" one or more options -defined in a `PHP enumeration`_. It extends the :doc:`ChoiceType ` +defined in a `PHP enumeration`_. It extends the :doc:`ChoiceType ` field and defines the same options. +---------------------------+----------------------------------------------------------------------+