Skip to content

Commit

Permalink
bug #3444 Fix issue #3442 (ifdattic)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Fix issue #3442

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.3
| Fixed tickets | #3442

Commits
-------

559a227 Fix issue #3442
  • Loading branch information
weaverryan committed Jan 10, 2014
2 parents 9e2e64b + 559a227 commit d9d7c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/form/form_collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ that Task, right inside the same form.
including the ``ManyToMany`` association mapping definition on the Task's
``tags`` property.

Let's start there: suppose that each ``Task`` belongs to multiple ``Tags``
Let's start there: suppose that each ``Task`` belongs to multiple ``Tag``
objects. Start by creating a simple ``Task`` class::

// src/Acme/TaskBundle/Entity/Task.php
Expand Down

0 comments on commit d9d7c58

Please sign in to comment.