diff --git a/book/doctrine.rst b/book/doctrine.rst index ad681d971a4..84a54b49017 100644 --- a/book/doctrine.rst +++ b/book/doctrine.rst @@ -699,7 +699,7 @@ method of the entity manager:: $em->flush(); As you might expect, the ``remove()`` method notifies Doctrine that you'd -like to remove the given entity from the database. The actual ``DELETE`` query, +like to remove the given object from the database. The actual ``DELETE`` query, however, isn't actually executed until the ``flush()`` method is called. .. _`book-doctrine-queries`: