From 8063d547e0fc3d0e9d271bce79d357d61c2525bd Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 5 Jul 2021 21:43:35 -0400 Subject: Tutorial documentation links --- tutorial/list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tutorial/list.md') 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. -- cgit v1.2.3