Skip to content

Commit 63e4fa6

Browse files
committed
fix a typo
1 parent 967ee2a commit 63e4fa6

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
@@ -612,7 +612,7 @@ a new method for this to your repository::
612612
*/
613613
public function findAllGreaterThanPrice($price): array
614614
{
615-
// automatically knows to selects Products
615+
// automatically knows to select Products
616616
// the "p" is an alias you'll use in the rest of the query
617617
$qb = $this->createQueryBuilder('p')
618618
->andWhere('p.price > :price')

0 commit comments

Comments
 (0)