Skip to content

Commit ef86b52

Browse files
committed
Fixed typo
1 parent fef57d5 commit ef86b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ Take a look at the previous example in more detail:
544544

545545
In fact, since Doctrine is aware of all your managed entities, when you call
546546
the ``flush()`` method, it calculates an overall changeset and executes
547-
the queries in the correct order. It utilizes cached prepare statement to
547+
the queries in the correct order. It utilizes cached prepared statement to
548548
slightly improve the performance. For example, if you persist a total of 100
549549
``Product`` objects and then subsequently call ``flush()``, Doctrine will
550550
execute 100 ``INSERT`` queries using a single prepared statement object.

0 commit comments

Comments
 (0)