Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
krsriq authored Jan 30, 2017
1 parent 76310d2 commit 1f1d07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/orm/retrieving-data-and-resultsets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ Finally, we can put these two functions together to do the grouping::
->mapReduce($mapper, $reducer);

foreach ($articlesByStatus as $status => $articles) {
echo sprintf("The are %d %s articles", count($articles), $status);
echo sprintf("There are %d %s articles", count($articles), $status);
}

The above will ouput the following lines::
Expand Down

0 comments on commit 1f1d07d

Please sign in to comment.