We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7901005 commit 2e77e29Copy full SHA for 2e77e29
book/doctrine.rst
@@ -699,7 +699,7 @@ method of the entity manager::
699
$em->flush();
700
701
As you might expect, the ``remove()`` method notifies Doctrine that you'd
702
-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,
703
however, isn't actually executed until the ``flush()`` method is called.
704
705
.. _`book-doctrine-queries`:
0 commit comments