Skip to content

Commit ee1e6c0

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Update doctrine.rst
2 parents 1091bc7 + 75de892 commit ee1e6c0

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
@@ -738,7 +738,7 @@ Querying with the Query Builder
738738
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
739739

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

744744
// src/Repository/ProductRepository.php

0 commit comments

Comments
 (0)