From ed047520c3f3a43b3c333014b2ea5c830d2d9b13 Mon Sep 17 00:00:00 2001 From: radmax Date: Thu, 24 Aug 2017 10:55:29 +0200 Subject: [PATCH] fixed typo --- docs/en/reference/dql-doctrine-query-language.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/dql-doctrine-query-language.rst b/docs/en/reference/dql-doctrine-query-language.rst index 1b0d3b013..8944ce66e 100644 --- a/docs/en/reference/dql-doctrine-query-language.rst +++ b/docs/en/reference/dql-doctrine-query-language.rst @@ -654,7 +654,7 @@ The same restrictions apply for the reference of related entities. DQL DELETE statements are ported directly into a Database DELETE statement and therefore bypass any events and checks for the version column if they are not explicitly added to the WHERE clause - of the query. Additionally Deletes of specifies entities are *NOT* + of the query. Additionally Deletes of specified entities are *NOT* cascaded to related entities even if specified in the metadata.