Skip to content

Commit 58d990f

Browse files
committed
minor #12878 Update doctrine.rst (johnnypeck)
This PR was submitted for the 5.0 branch but it was merged into the 4.3 branch instead (closes #12878). Discussion ---------- Update doctrine.rst Grammar. Commits ------- c23db39 Update doctrine.rst
2 parents d6c959b + c23db39 commit 58d990f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ Querying with the Query Builder
742742
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
743743

744744
Doctrine also provides a `Query Builder`_, an object-oriented way to write
745-
queries. It is recommended to use this when queries and build dynamically (i.e.
745+
queries. It is recommended to use this when queries are built dynamically (i.e.
746746
based on PHP conditions)::
747747

748748
// src/Repository/ProductRepository.php

0 commit comments

Comments
 (0)