From 93ca202b400eecc62919bcd9b0bab001e3f3f7ef Mon Sep 17 00:00:00 2001 From: Phillip Yen Date: Sat, 4 Nov 2023 08:24:05 -0700 Subject: [PATCH] fix typo index -> instead --- docs/how-it-works.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-it-works.rst b/docs/how-it-works.rst index 3111d07..ba8d612 100644 --- a/docs/how-it-works.rst +++ b/docs/how-it-works.rst @@ -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.