Skip to content

Commit

Permalink
Verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed May 24, 2024
1 parent edfe5a0 commit e048aa7
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 @@ -74,7 +74,7 @@ Some functions that do not have actual functionality in the iterable world are n

Some functions that cannot not retains their complexity or performance characteristics are not ported. These functions usually iterate from the other end or requires random access, for example, `lastIndexOf`, `reduceRight`, `sort`, `toReversed`, `toSorted`, etc.

If you think a specific function should be done, please submit a pull request to us.
If you think a specific function should be ported, please submit a pull request to us.

### How about asynchronous iterables?

Expand Down

0 comments on commit e048aa7

Please sign in to comment.