Skip to content

Commit 9f761ef

Browse files
committed
typo
1 parent d807ea2 commit 9f761ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ You can choose which processes are active with the `pids` keyword
119119
history = start(sgd, problem_constructor, stopat; pids=[2,3,6]);
120120
```
121121

122-
If `pids=[1]`, a non-distributed (and necessarily synchronous) version of your algorithm will be `start`ed.
122+
If `pids=[1]`, a non-distributed (and necessarily synchronous) version of your algorithm will be run.
123123

124124
```julia
125125
history = start(sgd, (pid)->LRMSE(rand(42,10),rand(42)), stopat; pids=[1], synchronous=true);

0 commit comments

Comments
 (0)