Skip to content

Commit

Permalink
Fix a typo in functions.md (#2311)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfaulhaber authored Apr 24, 2024
1 parent 582be43 commit 2642d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/reference/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ max("a", "ab", "abc") = "abc"

### `sum(array)`

Sums all numeric values in the array. If you have null values in your average, you can eliminate them via the `nonnull` function.
Sums all numeric values in the array. If you have null values in your sum, you can eliminate them via the `nonnull` function.

```js
sum([1, 2, 3]) = 6
Expand Down

0 comments on commit 2642d87

Please sign in to comment.