aboutsummaryrefslogtreecommitdiff
path: root/tutorial/variable.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-07-31 09:14:26 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-07-31 09:14:26 -0400
commite219af48401473a7bac49bdd8b89d69082cf5dd8 (patch)
treebe09d59dabb41cc1b674c395388ea30d81dc1b5f /tutorial/variable.md
parentb18eea502ebf0616cd099cad7f1e9a5f38076560 (diff)
Remove discussion left over from older example code (closes #74)
Diffstat (limited to 'tutorial/variable.md')
-rw-r--r--tutorial/variable.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/variable.md b/tutorial/variable.md
index c9deba12..372c0352 100644
--- a/tutorial/variable.md
+++ b/tutorial/variable.md
@@ -252,6 +252,6 @@ Notice that there's no need for parentheses: modifiers bind more strongly than t
a # It hasn't changed, of course
-The code to do this looks the same as what we did with Reverse (`⌽`). Again we don't have to parenthesize the function, because modifiers associate from left to right, so Under (`⌾`) binds to its operands before Compose (`∘`) does.
+The code to do this looks the same as what we did with Reverse (`⌽`).
a -⟜4⌾(¯2⊸↑)↩