Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 14, 2023
1 parent 8bc44d1 commit 02c5b8e
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 @@ -277,7 +277,7 @@ var_dump(\ArrayLookup\Finder::last(
true
)); // 3

// ... with RESORT key
// ... with RESORT key, first key is last record
var_dump(\ArrayLookup\Finder::last(
$data,
static fn ($datum): bool => $datum > 5,
Expand Down

0 comments on commit 02c5b8e

Please sign in to comment.