diff options
Diffstat (limited to 'docs/reductions.md')
| -rw-r--r-- | docs/reductions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reductions.md b/docs/reductions.md index 3cbb6d5d..abd612b0 100644 --- a/docs/reductions.md +++ b/docs/reductions.md @@ -102,7 +102,7 @@ nums := [1, 2, -3] ## Comprehensions -Reductions work not only with iterable values (arrays, sets, integers, etc.), +Reductions work not only with iterable values (lists, sets, integers, etc.), but also with comprehensions. You can use comprehensions to perform reductions while filtering out values or while applying a transformation: |
