From c3736ccaa9c33d2a790e4ed2a90edf4c3c0cd357 Mon Sep 17 00:00:00 2001 From: "Y. Zhai" Date: Fri, 21 May 2021 16:17:39 +0800 Subject: [PATCH] Correct the error in doc of workers() (JuliaLang/julia#40896) --- src/cluster.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cluster.jl b/src/cluster.jl index 8b68287..f485384 100644 --- a/src/cluster.jl +++ b/src/cluster.jl @@ -851,7 +851,7 @@ julia> nprocs() 3 julia> workers() -5-element Array{Int64,1}: +2-element Array{Int64,1}: 2 3 ```