aboutsummaryrefslogtreecommitdiff
path: root/tutorial/list.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-05 21:43:35 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-05 21:43:35 -0400
commit8063d547e0fc3d0e9d271bce79d357d61c2525bd (patch)
treeb578704ca69fcfab90982411821eb7402a750c9a /tutorial/list.md
parent228e1b6d9d60eb885e5cda1b2c05048b253e140d (diff)
Tutorial documentation links
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.