Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 7, 2024
1 parent 3e1f841 commit 7eab4e4
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 @@ -389,7 +389,7 @@ foreach ($data as $datum) {
**After**

```php
use ArrayLookup::Collector;
use ArrayLookup\Collector;

$when = fn ($datum): bool => is_string($datum);
$limit = 2;
Expand Down

0 comments on commit 7eab4e4

Please sign in to comment.