Skip to content

Commit 7eab4e4

Browse files
committed
typo fix
1 parent 3e1f841 commit 7eab4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ foreach ($data as $datum) {
389389
**After**
390390

391391
```php
392-
use ArrayLookup::Collector;
392+
use ArrayLookup\Collector;
393393

394394
$when = fn ($datum): bool => is_string($datum);
395395
$limit = 2;

0 commit comments

Comments
 (0)