diff --git a/docs/Formula.md b/docs/Formula.md
index a7311769106974f61d41630ec5cd8ab4e8b5808d..09a1b2d238ca9c93e5123f8f9891f0a39ba80cea 100644
--- a/docs/Formula.md
+++ b/docs/Formula.md
@@ -75,7 +75,7 @@ The formula is an expression with operators, operands and functions. Operands ca
 
 ### Reduce Functions
 - Reduce OR: reduce array X applying logical OR to each element ```OR(X)```
-- Reduce AND: reduce array X applying logical AND to each element ```OR(X)```
+- Reduce AND: reduce array X applying logical AND to each element ```AND(X)```
 
 # Attributes types