Skip to content

Commit

Permalink
Fix typo immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 28, 2024
1 parent 8518917 commit 9841dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public static function last(
Filter::boolean($filter);

// Use end(), key(), current(), prev() usage instead of array_reverse()
// to avoid immediatelly got "Out of memory" on many data
// to avoid immediately got "Out of memory" on many data
// see https://3v4l.org/IHo2H vs https://3v4l.org/Wqejc

// go to end of array
Expand Down

0 comments on commit 9841dd1

Please sign in to comment.