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

Fix typo in docs/Formula.md

parent ffd19d58
No related branches found
No related tags found
No related merge requests found
Pipeline #2155 passed with stages
in 3 minutes and 19 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