Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie Bow committed Jul 31, 2012
1 parent 839e99d commit 8d254a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Elastic/Model/View.pm
Expand Up @@ -481,7 +481,7 @@ Efficiently retrieve all posts, unsorted:
$results = $posts->size(100)->scan;
while (my $result = $results->shift_result)) {
while (my $result = $results->shift_result) {
do_something_with($result);
);
Expand Down

0 comments on commit 8d254a5

Please sign in to comment.