From 53d045fad66dcdca3e5a7102ce5c2b6f0ed1be1f Mon Sep 17 00:00:00 2001 From: Mark Rogoyski Date: Sat, 9 Sep 2023 16:04:14 -0700 Subject: [PATCH] Update README. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ef9a947..ce98310 100644 --- a/README.md +++ b/README.md @@ -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;