Skip to content

Commit

Permalink
Fix abjad
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik authored Sep 26, 2024
1 parent 1f4027d commit c435bae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ $times = 2;
var_dump(Only::times($data, $filter, $times)) // false
```

**3. Finder**
**C. Finder**
---------------

*1. `Finder::first()`*
Expand Down Expand Up @@ -369,7 +369,7 @@ var_dump(
); // [1]
```

**4. Collector**
**D. Collector**
---------------

It collect filtered data, with new transformed each data found:
Expand Down Expand Up @@ -400,4 +400,4 @@ $newArray = Collector::setUp($data)
->withLimit(2) // optional to only collect some data provided by limit config
->withTransform($transform)
->getResults();
```
```

0 comments on commit c435bae

Please sign in to comment.