Skip to content

Commit e179bd4

Browse files
committed
minor #13438 Removing redundant info (ThomasLandauer)
This PR was merged into the 3.4 branch. Discussion ---------- Removing redundant info Commits ------- ce414c4 Removing redundant info
2 parents 054add5 + ce414c4 commit e179bd4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

form/form_collections.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ that Task, right inside the same form.
1919
including the ``ManyToMany`` association mapping definition on the Task's
2020
``tags`` property.
2121

22-
First, suppose that each ``Task`` belongs to multiple ``Tag`` objects. Start
23-
by creating a simple ``Task`` class::
22+
Let's start by creating a simple ``Task`` entity::
2423

2524
// src/AppBundle/Entity/Task.php
2625
namespace AppBundle\Entity;
@@ -30,7 +29,6 @@ by creating a simple ``Task`` class::
3029
class Task
3130
{
3231
protected $description;
33-
3432
protected $tags;
3533

3634
public function __construct()

0 commit comments

Comments
 (0)