aboutsummaryrefslogtreecommitdiff
path: root/doc/identity.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-06-02 21:42:44 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-06-02 21:43:09 -0400
commitc3ea468236e362e4ecc1bc27aed7a64d90e7cf81 (patch)
tree772ae1b9812efd404859966768abfc856b99da1d /doc/identity.md
parentf45ab0c01b250efa190b84f2e1157b85fd52f49f (diff)
Always use "index list", not "list index", for a full element index
Diffstat (limited to 'doc/identity.md')
-rw-r--r--doc/identity.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/identity.md b/doc/identity.md
index 648fe466..d310610b 100644
--- a/doc/identity.md
+++ b/doc/identity.md
@@ -53,6 +53,6 @@ A larger class of block functions can be translated just by adding parentheses a
## One more thing
-You've probably seen `⊢` used in documentation to display the value of a variable being assigned. This is a hack, and in most contexts `•Show` should be used to display values.
+You've probably seen `⊢` used in documentation to display the value of a variable being assigned. Normally `•Show` is used to display values, but the website is sort of a weird context: it displays by default but disables it if the final thing done is an assignment. `⊢` isn't assignment, so it works arround that rule.
⊢ a ← "show this"