Skip to content

Commit

Permalink
Merge pull request #210 from gquemener/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
stof committed Jan 14, 2014
2 parents 739b30c + 4af9635 commit 9121dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ to easily fetch objects based on multiple conditions::
// query for one product matching be name and price
$product = $repository->findOneBy(array('name' => 'foo', 'price' => 19.99));

// query for all prdocuts matching the name, ordered by price
// query for all products matching the name, ordered by price
$product = $repository->findBy(
array('name' => 'foo'),
array('price', 'ASC')
Expand Down

0 comments on commit 9121dd3

Please sign in to comment.