Skip to content

Commit

Permalink
fix typo index -> instead
Browse files Browse the repository at this point in the history
  • Loading branch information
yphillip authored and nicoddemus committed Nov 4, 2023
1 parent 8f3d1ad commit 93ca202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-it-works.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ The execution flow is:
corresponds to the position of that test in the original collection
list. This works because all nodes have the same collection list, and
saves bandwidth because the **controller** can now tell one of the
workers to just *execute test index 3* index of passing the full test
id.
workers to just *execute test index 3* instead of passing the full
test id.

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

0 comments on commit 93ca202

Please sign in to comment.