Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Fix typo (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur committed Jun 28, 2023
1 parent 805c733 commit 3439878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 3439878

Please sign in to comment.