From 3439878bacaf8971fe451d34e45ca50948faaff7 Mon Sep 17 00:00:00 2001 From: taupiqueur <93834534+taupiqueur@users.noreply.github.com> Date: Thu, 29 Jun 2023 01:14:55 +0200 Subject: [PATCH] Fix typo (#59) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0a533e..81b4baa 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ thought of map-group-reduce). The ability to combine like data into groups allows developers to compute higher order datasets, like the average age of a cohort or daily LCP values for a webpage. -Two methods are offered, `Object.groupby` and `Map.groupBy`. The first +Two methods are offered, `Object.groupBy` and `Map.groupBy`. The first returns a null-prototype object, which allows ergonomic destructuring and prevents accidental collisions with global Object properties. The second returns a regular `Map` instance, which allows grouping on