Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb140a70

Browse files
committed
Fix typo.
1 parent252ffe7 commitb140a70

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
@@ -654,11 +654,11 @@ the relationship between the removed ``Tag`` and ``Task`` object.
654654
``Tag`` is properly removed.
655655

656656
In Doctrine, you have two side of the relationship: the owning side and the
657-
inverse side. Normally in this case you'll have a many-to-manyrelation
657+
inverse side. Normally in this case you'll have a many-to-manyrelationship
658658
and the deleted tags will disappear and persist correctly (adding new
659659
tags also works effortlessly).
660660

661-
But if you havean one-to-manyrelation or a many-to-many with a
661+
But if you havea one-to-manyrelationship or a many-to-many relationship with a
662662
``mappedBy`` on the Task entity (meaning Task is the "inverse" side),
663663
you'll need to do more work for the removed tags to persist correctly.
664664

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp