Update sum.mdx docs

Explain edge case with empty list
pull/33514/head
Agustín Díaz 3 years ago committed by GitHub
parent 87ed762619
commit da2b1e03de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,8 @@ description: |-
`sum` takes a list or set of numbers and returns the sum of those numbers.
`sum` will fail if given an empty list or set.
## Examples
```

Loading…
Cancel
Save