Skip to content

Commit c3ef622

Browse files
committed
Remove usage of first person
1 parent 5744623 commit c3ef622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ is added to the ``Task`` class by calling the ``addTag`` method. Before this
459459
change, they were added internally by the form by calling ``$task->getTags()->add($tag)``.
460460
That was just fine, but forcing the use of the "adder" method makes handling
461461
these new ``Tag`` objects easier (especially if you're using Doctrine, which
462-
we will talk about next!).
462+
you will learn about next!).
463463

464464
.. caution::
465465

0 commit comments

Comments
 (0)