From 482eb3ceaf68eb0d8c56d5e30b2020d60cf7923f Mon Sep 17 00:00:00 2001 From: Jasha10 <8935917+Jasha10@users.noreply.github.com> Date: Sat, 12 Feb 2022 11:09:55 -0600 Subject: [PATCH] fix asyncmap docs typo (#43571) (cherry picked from commit 4c101a1558fb627d16246ec2adf53249e865e5dd) --- base/asyncmap.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/asyncmap.jl b/base/asyncmap.jl index 976ce6c7b85ca..740e5e62879c7 100644 --- a/base/asyncmap.jl +++ b/base/asyncmap.jl @@ -15,7 +15,7 @@ up to 100 tasks will be used for concurrent mapping. `ntasks` can also be specified as a zero-arg function. In this case, the number of tasks to run in parallel is checked before processing every element and a new -task started if the value of `ntasks_func` is less than the current number +task started if the value of `ntasks_func` is greater than the current number of tasks. If `batch_size` is specified, the collection is processed in batch mode. `f` must