diff --git a/HISTORY.md b/HISTORY.md
index 3f9a3a82..b269ea41 100755
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -14,6 +14,7 @@
* fixed missing blocks in frequency distribution analysis library
* fixed missing blocks in iteration composition library
* fixed a comment in "remove duplicates" in the list utilities library
+ * fixed missing blocks in parallelization library
* **Documentation Updates:**
* **Translation Updates:**
@@ -24,6 +25,7 @@
* fixed PIPE in frequency distribution analysis library
* fixed PIPE in iteration composition library
* fixed the comment in "remove duplicates" in the list utilities library to reflect that the last match is kept
+* fixed "do in parallel" block in parallelization library
### 2022-02-07
* lists: fixed JSON encoding for nested lists
diff --git a/libraries/parallel_module.xml b/libraries/parallel_module.xml
index 72d1c52c..ef196f0f 100644
--- a/libraries/parallel_module.xml
+++ b/libraries/parallel_module.xml
@@ -1 +1 @@
-Accepts any number of scripts as inputs. Launches a separate thread for each of them, so they are done in parallel, then waits for them all to complete.
This doesn't change how the Snap! scheduler works; the threads are not truly asynchronous. And there is no increase in speed. Rather, the point of this block is to allow starting synchronized but independent scripts.pt:executa _ em paralelo e espera
ca:executa en paral·lel _ i espera
each scripttestAccepts any number of scripts as inputs. Launches a separate thread for each of them, so they are done in parallel, then continues with the current script while they all run.
This doesn't change how the Snap! scheduler works; the threads are not truly asynchronous. And there is no increase in speed. Rather, the point of this block is to allow starting synchronized but independent scripts.pt:executa _ em paralelo
ca:executa en paral·lel _
\ No newline at end of file
+Accepts any number of scripts as inputs. Launches a separate thread for each of them, so they are done in parallel, then waits for them all to complete.
This doesn't change how the Snap! scheduler works; the threads are not truly asynchronous. And there is no increase in speed. Rather, the point of this block is to allow starting synchronized but independent scripts.pt:executa _ em paralelo e espera
ca:executa en paral·lel _ i espera
each scripttestAccepts any number of scripts as inputs. Launches a separate thread for each of them, so they are done in parallel, then continues with the current script while they all run.
This doesn't change how the Snap! scheduler works; the threads are not truly asynchronous. And there is no increase in speed. Rather, the point of this block is to allow starting synchronized but independent scripts.pt:executa _ em paralelo
ca:executa en paral·lel _
\ No newline at end of file