aboutsummaryrefslogtreecommitdiff
path: root/tutorial/list.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/list.md')
-rw-r--r--tutorial/list.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/list.md b/tutorial/list.md
index a4b98224..a9fa6471 100644
--- a/tutorial/list.md
+++ b/tutorial/list.md
@@ -240,8 +240,8 @@ Glyph | 1 arg | 2 args
`∾` | [Join](../doc/join.md) | [Join To](../doc/join.md)
`≍` | [Solo](../doc/couple.md) | [Couple](../doc/couple.md)
`⌽` | [Reverse](../doc/reverse.md) | [Rotate](../doc/reverse.md#rotate)
-`↕` | Range |
-`¨` | Each | Each
+`↕` | [Range](../doc/range.md) |
+`¨` | [Each](../doc/map.md) | [Each](../doc/map.md#each)
`´` | [Fold](../doc/fold.md#fold)
Additionally, we saw that the arithmetic functions work naturally on lists, automatically applying to every element of a single list argument or pairing up the elements of two list arguments.