Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed Jun 12, 2015
1 parent 627b76e commit 80d99cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Alias for `Functional\select()` is `Functional\filter()`
use Functional as F;

$fn = function($user, $index, $collection) {
return $index === 3;
return $index <= 2;
};

// All users except the first three
Expand Down

0 comments on commit 80d99cd

Please sign in to comment.