8000 minor #4053 Update doctrine.rst (sr972) · symfony/symfony-docs@44091b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44091b1

Browse files
committed
minor #4053 Update doctrine.rst (sr972)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4053). Discussion ---------- Update doctrine.rst | Q | A | ------------- | --- | Doc fix? | 8000 [yes] | New docs? | [no] | Applies to | [2.3+] In 'Deleting an Object' you are not going to delete the entity itself but the given object. Commits ------- b269ff0 Update doctrine.rst
2 parents 7901005 + 2e77e29 commit 44091b1

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