Skip to content

Commit 0ad5cf4

Browse files
committed
Merge pull request #2204 from WouterJ/patch-11
[#1708] Fixed description of single_text date widget
2 parents 8f43530 + eb9044f commit 0ad5cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/options/date_widget.rst.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ The basic way in which this field should be rendered. Can be one of the followin
1010

1111
* ``text``: renders a three field input of type text (month, day, year).
1212

13-
* ``single_text``: renders a single input of type text. User's input is validated
14-
based on the `format`_ option.
13+
* ``single_text``: renders a single input of type date (text in Symfony 2.0). User's
14+
input is validated based on the `format`_ option.

0 commit comments

Comments
 (0)