diff --git a/reference/forms/types/options/date_widget.rst.inc b/reference/forms/types/options/date_widget.rst.inc index 8fc89e3d09e..f5722fd8090 100644 --- a/reference/forms/types/options/date_widget.rst.inc +++ b/reference/forms/types/options/date_widget.rst.inc @@ -10,5 +10,5 @@ The basic way in which this field should be rendered. Can be one of the followin * ``text``: renders a three field input of type text (month, day, year). -* ``single_text``: renders a single input of type text. User's input is validated - based on the `format`_ option. +* ``single_text``: renders a single input of type date (text in Symfony 2.0). User's + input is validated based on the `format`_ option.