1
0
mirror of synced 2025-01-31 04:21:44 +03:00

Merge pull request #137 from Squazic/patch-1

Grammar fix
This commit is contained in:
Guilherme Blanco 2012-11-09 09:48:59 -08:00
commit 2edccbfbc8

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