From 56eec8979b4674768a21123fc3b5f8817a7ca03e Mon Sep 17 00:00:00 2001 From: Squazic Date: Fri, 9 Nov 2012 11:55:34 -0500 Subject: [PATCH] Grammar fix --- en/reference/association-mapping.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/reference/association-mapping.rst b/en/reference/association-mapping.rst index 24f13f7b9..d68ede4b7 100644 --- a/en/reference/association-mapping.rst +++ b/en/reference/association-mapping.rst @@ -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