aboutsummaryrefslogtreecommitdiff
path: root/docs/reductions.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-06 22:45:02 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-06 22:45:02 -0400
commit44cd26f2cebd760a53aa4ff1b7779e718a101650 (patch)
tree4bdc9144c6825a0c394155712d5e464ee2a61061 /docs/reductions.md
parent3406515a44b13d0c290c28ac42bd364ce27560c7 (diff)
Rename Array -> List in all code and docs
Diffstat (limited to 'docs/reductions.md')
-rw-r--r--docs/reductions.md2
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: