Skip to content

Commit c3184d3

Browse files
committed
minor symfony#10118 Change 'of' to 'or' (arctod)
This PR was submitted for the 4.1 branch but it was merged into the 4.0 branch instead (closes symfony#10118). Discussion ---------- Change 'of' to 'or' Commits ------- 7cb065d Change 'of' to 'or'
2 parents 8d188ff + 7cb065d commit c3184d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Take a look at the previous example in more detail:
402402
is thrown. See `Transactions and Concurrency`_.
403403

404404
Whether you're creating or updating objects, the workflow is always the same: Doctrine
405-
is smart enough to know if it should INSERT of UPDATE your entity.
405+
is smart enough to know if it should INSERT or UPDATE your entity.
406406

407407
Fetching Objects from the Database
408408
----------------------------------

0 commit comments

Comments
 (0)