1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Grammar fix

This commit is contained in:
Squazic 2012-11-09 11:55:34 -05:00
parent af39687f45
commit 56eec8979b

View File

@ -1127,7 +1127,7 @@ empty ``ArrayCollection`` in your entities constructor:
}
}
Now the following code will be working even if the Entity hasn't
Now the following code will work even if the Entity hasn't
been associated with an EntityManager yet:
.. code-block:: php