From 9bf9723bbf8177dfb9c967eba5064191839d5672 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 6 Nov 2020 08:31:25 -0500 Subject: =?UTF-8?q?Fix=20keyboard=20shortcut=20for=20=C2=A8=20(fixes=20#9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tutorial/list.html | 2 +- tutorial/list.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/list.html b/docs/tutorial/list.html index 11395efa..b3fc4b24 100644 --- a/docs/tutorial/list.html +++ b/docs/tutorial/list.html @@ -187,7 +187,7 @@ - + diff --git a/tutorial/list.md b/tutorial/list.md index 671cef27..350d85f1 100644 --- a/tutorial/list.md +++ b/tutorial/list.md @@ -119,7 +119,7 @@ With a left argument `⌽` means Rotate instead, and shifts values over by the s ### …and modifiers The 1-modifier Each (`¨`) applies its operand to every element of a list argument: it's the same as `map` in a functional programming language. With two list arguments (which have to have the same length), Each pairs the corresponding elements from each, a bit like a `zip` function. If one argument is a list and one's an atom, the atom is reused every time instead. -- cgit v1.2.3
¨\1\2 Each