aboutsummaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/list.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/tutorial/list.md b/tutorial/list.md
index c1811eea..a54f1a6c 100644
--- a/tutorial/list.md
+++ b/tutorial/list.md
@@ -235,14 +235,14 @@ The elements of a list can have any syntactic role; it's ignored and the list as
We introduced a few new primitives. The links below go to the full documentation pages for them.
-Glyph | 1 arg | 2 args
-------|--------------------------|--------
-`∾` | [Join](../doc/join.md) | [Join To](../doc/join.md)
-`≍` | [Solo](../doc/couple.md) | [Couple](../doc/couple.md)
-`⌽` | Reverse | Rotate
-`↕` | | Range
-`¨` | Each | Each
-`´` | Fold
+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
+`´` | [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.