Skip to content

Commit e825640

Browse files
wilmooreweaverryan
authored andcommitted
modified wording/semantics around multiple entity manager info
1 parent 7e2d2b2 commit e825640

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cookbook/doctrine/multiple_entity_managers.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ The following configuration code shows how you can configure two entity managers
3434
AcmeCustomerBundle: ~
3535
3636
In this case, you've defined two entity managers and called them ``default``
37-
and ``customer``. The ``default`` entity managers managers any entities in
38-
the ``AcmeDemoBundle`` and ``AcmeStoreBundle``, while the ``customer`` entity
39-
manager manages any bundle in the ``AcmeCustomerBundle``.
37+
and ``customer``. The ``default`` entity manager manages entities of in the
38+
``AcmeDemoBundle`` and ``AcmeStoreBundle``, while the ``customer`` entity
39+
manager manages entities in the ``AcmeCustomerBundle``.
4040

41-
When working with your entity managers, you should now be explicit about which
41+
When working with multiple entity managers, you should be explicit about which
4242
entity manager you want. If you *do* omit the entity manager's name when
4343
asking for it, the default entity manager (i.e. ``default``) is returned::
4444

@@ -56,4 +56,4 @@ asking for it, the default entity manager (i.e. ``default``) is returned::
5656

5757
You can now use Doctrine just as you did before - using the ``default`` entity
5858
manager to persist and fetch entities that it manages and the ``customer``
59-
entity manager to persist and fetch its entities.
59+
entity manager to persist and fetch its entities.

0 commit comments

Comments
 (0)