8000 Update doctrine.rst · symfony/symfony-docs@b269ff0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b269ff0

Browse files
author
sr972
committed
Update doctrine.rst
In 'Deleting an Object' you are not going to delete the entity itself but the given object.
1 parent 6751a07 commit b269ff0

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
@@ -699,7 +699,7 @@ method of the entity manager::
699699
$em->flush();
700700

701701
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,
702+
like to remove the given object from the database. The actual ``DELETE`` query,
703703
however, isn't actually executed until the ``flush()`` method is called.
704704

705705
.. _`book-doctrine-queries`:

0 commit comments

Comments
 (0)
0