1
0
mirror of synced 2025-03-24 00:43:51 +03:00

Merge pull request #838 from flack/patch-2

Spelling fix
This commit is contained in:
Marco Pivetta 2013-11-04 10:21:49 -08:00
commit 141213915e

View File

@ -381,7 +381,7 @@ better than in a scenario where updates are done for each entity in isolation.
Doctrine follows the UnitOfWork pattern which additionally detects all entities
that were fetched and have changed during the request. You don't have to keep track of
entities yourself, when Doctrine already knowns about them.
entities yourself, when Doctrine already knows about them.
As a next step we want to fetch a list of all the products. Let's create a
new script for this: