Skip to content

Commit f8a8eeb

Browse files
committed
Minor tweak
1 parent 10a22b1 commit f8a8eeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

form/form_collections.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ Then, create a form class so that a ``Tag`` object can be modified by the user::
105105
}
106106

107107
Next, let's create a form for the ``Task`` entity, using a
108-
:doc:`CollectionType </reference/forms/types/collection>` field of
109-
``TagType`` forms. This will allow us to modify the ``Tag``s of a
110-
``Task`` right inside the task form itself::
108+
:doc:`CollectionType </reference/forms/types/collection>` field of ``TagType``
109+
forms. This will allow us to modify all the ``Tag`` elements of a ``Task`` right
110+
inside the task form itself::
111111

112112
// src/AppBundle/Form/TaskType.php
113113
namespace AppBundle\Form;

0 commit comments

Comments
 (0)