Skip to content

Commit

Permalink
dashes ?
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Aug 21, 2024
1 parent ece1bbd commit 9711b1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Most of its functionality is based on native _generators_ for efficiency with la
>
Toru provides a few common
**iteration primitives** (e.g. `map`, `filter`, `tap`),
**aggregates** (e.g. `reduce`, `search`, `count`)
and utility functions (e.g. `chain`)
- **iteration primitives** (e.g. `map`, `filter`, `tap`),
- **aggregates** (e.g. `reduce`, `search`, `count`)
- and utility functions (e.g. `chain`, `valuesOnly`)
implemented using **generators**.

TL;DR:
Expand Down

0 comments on commit 9711b1d

Please sign in to comment.