Skip to content

Commit 059630e

Browse files
committed
Fix runworkers docstring
1 parent 5705b3c commit 059630e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runworkers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ predicted (accurately).
8888
Example:
8989
9090
```julia
91-
task, n = runworkers(OnLocalhost(nprocs = 4))
91+
task, n = runworkers(OnLocalhost(n = 4))
9292
```
9393
9494
See also [`worker_resources()`](@ref).

0 commit comments

Comments
 (0)