From 44cd26f2cebd760a53aa4ff1b7779e718a101650 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 6 Apr 2025 22:45:02 -0400 Subject: Rename Array -> List in all code and docs --- docs/reductions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/reductions.md') 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: -- cgit v1.2.3