Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
dahlia committed Nov 24, 2023
1 parent 6207554 commit ddd18c3
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 @@ -51,7 +51,7 @@ For the complete list of functions, see the [complete API reference][Deno Doc].
`predicate`.
- `reduce(reducer, source, initial?)`: Reduce the `source` to a single value
by the `reducer`, optionally with the `initial` value.
- `tee(source, numbeer)`: Effectively duplicate the `source` into `number`
- `tee(source, number)`: Effectively duplicate the `source` into `number`
of async iterables.
- `groupBy(source, keySelector)`: Group items in the `source` by the
`keySelector`.
Expand Down

0 comments on commit ddd18c3

Please sign in to comment.