Skip to content

Commit ab8d941

Browse files
Jasha10staticfloat
authored andcommitted
fix asyncmap docs typo (#43571)
(cherry picked from commit 4c101a1)
1 parent e7c1345 commit ab8d941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/asyncmap.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ up to 100 tasks will be used for concurrent mapping.
1515
1616
`ntasks` can also be specified as a zero-arg function. In this case, the
1717
number of tasks to run in parallel is checked before processing every element and a new
18-
task started if the value of `ntasks_func` is less than the current number
18+
task started if the value of `ntasks_func` is greater than the current number
1919
of tasks.
2020
2121
If `batch_size` is specified, the collection is processed in batch mode. `f` must

0 commit comments

Comments
 (0)