Skip to content

Commit 93ca202

Browse files
yphillipnicoddemus
authored andcommitted
fix typo index -> instead
1 parent 8f3d1ad commit 93ca202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-it-works.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ The execution flow is:
2929
corresponds to the position of that test in the original collection
3030
list. This works because all nodes have the same collection list, and
3131
saves bandwidth because the **controller** can now tell one of the
32-
workers to just *execute test index 3* index of passing the full test
33-
id.
32+
workers to just *execute test index 3* instead of passing the full
33+
test id.
3434

3535
4. If **dist-mode** is **each**: the **controller** just sends the full
3636
list of test indexes to each node at this moment.

0 commit comments

Comments
 (0)