Skip to content
Snippets Groups Projects
Commit 072c22fb authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

Fix typo in docs/Formula.md

parent af7929b2
No related branches found
No related tags found
No related merge requests found
Pipeline #2156 passed with stages
in 3 minutes and 17 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment