Skip to content

Commit

Permalink
minor symfony#3813 [Reference][Forms]fix time field count. (yositani2…
Browse files Browse the repository at this point in the history
…002)

This PR was merged into the 2.3 branch.

Discussion
----------

[Reference][Forms]fix time field count.

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets |

Commits
-------

b2484eb fix field count.
  • Loading branch information
weaverryan committed May 1, 2014
2 parents bc96f55 + b2484eb commit 241d923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/forms/types/time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ options are ``input`` and ``widget``.

Suppose that you have a ``startTime`` field whose underlying time data is a
``DateTime`` object. The following configures the ``time`` type for that
field as three different choice fields:
field as two different choice fields:

.. code-block:: php
Expand Down

0 comments on commit 241d923

Please sign in to comment.