1
0
mirror of synced 2025-01-31 12:32:59 +03:00

Update en/tutorials/getting-started.rst

Spelling: UDPATE -> UPDATE
This commit is contained in:
Per Persson 2012-10-15 17:28:12 +03:00
parent 3ecce5251b
commit 5657e199bd

View File

@ -955,7 +955,7 @@ to the database.
You might wonder why does this distinction between persist
notification and flush exist: Doctrine 2 uses the UnitOfWork
pattern to aggregate all writes (INSERT, UDPATE, DELETE) into one
pattern to aggregate all writes (INSERT, UPDATE, DELETE) into one
single transaction, which is executed when flush is called.
Using this approach the write-performance is significantly better
than in a scenario where updates are done for each entity in