Skip to content

Commit 9841dd1

Browse files
committed
Fix typo immediately
1 parent 8518917 commit 9841dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Finder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static function last(
7676
Filter::boolean($filter);
7777

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

8282
// go to end of array

0 commit comments

Comments
 (0)