Browse Source

Fix tab inclusion on README.md

pull/554/head
jonathan 5 years ago
parent
commit
89b5bff321
  1. 2
      README.md

2
README.md

@ -84,7 +84,7 @@ The function output is dictated by the function itself.
| avg() | Provides the average value of an array of numbers | Double |
| stddev() | Provides the standard deviation value of an array of numbers | Double |
| length() | Provides the length of an array | Integer |
| sum() | Provides the sum value of an array of numbers | Integer |
| sum() | Provides the sum value of an array of numbers | Integer |
Filter Operators

Loading…
Cancel
Save