Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra authored Jan 25, 2024
1 parent 2738ce1 commit 56bea7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ let uniques = iter.uniqBy(obj => obj.field);

## design space

* still no good solution for compound keys, but that's an unsolved problem generally
* still no good solution for composite keys, but that's an unsolved problem generally
* mapper? comparator? both? neither?
* separate methods or combined with optional params?
* would mapper be passed an index?
Expand Down

0 comments on commit 56bea7a

Please sign in to comment.