From fe636802ed1e68e2d114b240d9adc0e65476341b Mon Sep 17 00:00:00 2001 From: Arc Tod Date: Thu, 26 Jul 2018 16:58:14 +0800 Subject: [PATCH] Change 'of' to 'or' --- doctrine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine.rst b/doctrine.rst index 10133d59d76..74009d7d0fa 100644 --- a/doctrine.rst +++ b/doctrine.rst @@ -402,7 +402,7 @@ Take a look at the previous example in more detail: is thrown. See `Transactions and Concurrency`_. Whether you're creating or updating objects, the workflow is always the same: Doctrine -is smart enough to know if it should INSERT of UPDATE your entity. +is smart enough to know if it should INSERT or UPDATE your entity. Fetching Objects from the Database ----------------------------------