Skip to content

Commit

Permalink
README: rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Sep 28, 2024
1 parent 11b8abf commit ba1c308
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 @@ -152,7 +152,7 @@ assert list(self_printing_integers) == list(integers) # triggers the printing
> Like `.map` it has an optional `concurrency: int` parameter.
### async-based concurrency
> Like `.map` it has a sibling operation `.aforeach` for async.
> Like `.map` it has a sibling `.aforeach` operation for async.
## `.filter`
> Keeps only the elements that satisfy a condition:
Expand Down

0 comments on commit ba1c308

Please sign in to comment.