Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
markrogoyski committed Sep 9, 2023
1 parent e9b3de2 commit 53d045f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1283,8 +1283,6 @@ Filter out elements from the iterable only returning distinct elements according

```Set::distinctBy(iterable $data, callable $compareBy)```

Defaults to [strict type](#Strict-and-Coercive-Types) comparisons. Set strict to false for type coercion comparisons.

```php
use IterTools\Set;

Expand Down

0 comments on commit 53d045f

Please sign in to comment.