Skip to content

Commit abe2750

Browse files
committed
Minor tweak
1 parent 5c17242 commit abe2750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

form/form_collections.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ to render them:
202202
{# ... #}
203203

204204
When the user submits the form, the submitted data for the ``tags`` field is
205-
used to construct an ``ArrayCollection`` of ``Tag`` objects, which is then set
206-
on the ``tag`` field of the ``Task``. It can be accessed via ``$task->getTags()``.
205+
used to construct an ``ArrayCollection`` of ``Tag`` objects. The collection is
206+
then set on the ``tag`` field of the ``Task`` and can be accessed via ``$task->getTags()``.
207207

208208
So far, this works great, but only to edit *existing* tags. It doesn't allow us
209209
yet to add new tags or delete existing ones.

0 commit comments

Comments
 (0)