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 ----------------------------------