diff --git a/libraries/LIBRARIES b/libraries/LIBRARIES
index a0bb2526..ac6b79ae 100644
--- a/libraries/LIBRARIES
+++ b/libraries/LIBRARIES
@@ -7,7 +7,7 @@ cases.xml Multi-branched conditional Like "switch" in C-like languages or "cond"
try-catch.xml Catch errors Run a script; if an error happens, instead of stopping the script with a red halo, run another script to handle the error. Also includes a block to cause an error with a message given as input. Also includes a block to create a script variable and give it a value.
parallel_module.xml Parallelization Run several scripts in parallel and wait until all are done.
Eisenbergification.xml Getters and setters Eisenberg's Law: Anything that can be done from the GUI should be doable from the programming language, and vice versa.
-variadic-reporters.xml Variadic reporters Versions of +, x, AND, and OR that take more than two inputs.
+variadic-reporters.xml Variadic reporters Versions of AND and OR that take more than two inputs.
list_comprehension_module.xml List comprehension HOF version of ZIP, letting you "hyperize" any dyadic function
~ ~
~ ~
diff --git a/libraries/variadic-reporters.xml b/libraries/variadic-reporters.xml
index 4925c48a..cdc23dc4 100644
--- a/libraries/variadic-reporters.xml
+++ b/libraries/variadic-reporters.xml
@@ -1 +1 @@
-Takes any number of Boolean (true/false) inputs (use the left and right arrowheads to adjust the number of input slots) and reports TRUE only if all of the inputs are TRUE, otherwise FALSE. Like AND but for multiple inputs.pt:todas as afirmações _ são verdadeiras
ca:tots _ ?
1Takes any number of Boolean (true/false) inputs (use the left and right arrowheads to adjust the number of input slots) and reports TRUE if at least one input is TRUE, otherwise FALSE.pt:alguma das afirmações _ é verdadeira
ca:qualsevol _ ?
1
\ No newline at end of file
+Takes any number of Boolean (true/false) inputs (use the left and right arrowheads to adjust the number of input slots) and reports TRUE only if all of the inputs are TRUE, otherwise FALSE. Like AND but for multiple inputs.pt:todas as afirmações _ são verdadeiras
ca:tots _ ?
1Takes any number of Boolean (true/false) inputs (use the left and right arrowheads to adjust the number of input slots) and reports TRUE if at least one input is TRUE, otherwise FALSE.pt:alguma das afirmações _ é verdadeira
ca:qualsevol _ ?
1
\ No newline at end of file