Skip to content

Commit

Permalink
Correct the error in doc of workers() (JuliaLang/julia#40896)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaiyusci authored May 21, 2021
1 parent bad5f0f commit c3736cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cluster.jl
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ julia> nprocs()
3
julia> workers()
5-element Array{Int64,1}:
2-element Array{Int64,1}:
2
3
```
Expand Down

0 comments on commit c3736cc

Please sign in to comment.