Skip to content

Commit f3d7488

Browse files
committed
Merge branch '4.2'
* 4.2: Correct many-to-many to many-to-one
2 parents 3e35008 + e419309 commit f3d7488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ the relationship between the removed ``Tag`` and ``Task`` object.
635635
``Tag`` is properly removed.
636636

637637
In Doctrine, you have two sides of the relationship: the owning side and the
638-
inverse side. Normally in this case you'll have a many-to-many relationship
638+
inverse side. Normally in this case you'll have a many-to-one relationship
639639
and the deleted tags will disappear and persist correctly (adding new
640640
tags also works effortlessly).
641641

0 commit comments

Comments
 (0)