We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8518917 commit 9841dd1Copy full SHA for 9841dd1
src/Finder.php
@@ -76,7 +76,7 @@ public static function last(
76
Filter::boolean($filter);
77
78
// Use end(), key(), current(), prev() usage instead of array_reverse()
79
- // to avoid immediatelly got "Out of memory" on many data
+ // to avoid immediately got "Out of memory" on many data
80
// see https://3v4l.org/IHo2H vs https://3v4l.org/Wqejc
81
82
// go to end of array
0 commit comments