Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gquemener committed Jan 14, 2014
1 parent 739b30c commit 4af9635
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 4af9635

Please sign in to comment.