Skip to content

Commit c3736cc

Browse files
authored
Correct the error in doc of workers() (JuliaLang/julia#40896)
1 parent bad5f0f commit c3736cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluster.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ julia> nprocs()
851851
3
852852
853853
julia> workers()
854-
5-element Array{Int64,1}:
854+
2-element Array{Int64,1}:
855855
2
856856
3
857857
```

0 commit comments

Comments
 (0)