Skip to content

Commit 655a7b5

Browse files
abentkampweaverryan
authored andcommitted
Update cookbook/form/form_collections.rst
1 parent aae21c9 commit 655a7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/form/form_collections.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ objects. Start by creating a simple ``Task`` class::
6363
.. note::
6464

6565
The ``ArrayCollection`` is specific to Doctrine and is basically the
66-
same as using an ``array`` (but it must be an ``ArrayCollection``) if
67-
you're using Doctrine.
66+
same as using an ``array`` (but it must be an ``ArrayCollection`` if
67+
you're using Doctrine).
6868

6969
Now, create a ``Tag`` class. As you saw above, a ``Task`` can have many ``Tag``
7070
objects::

0 commit comments

Comments
 (0)