aboutsummaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-06-23 16:33:26 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-06-23 16:41:05 -0400
commit4ac3f5940a89dcbc165479603689e02c29f50feb (patch)
tree870ae399096e5a6c597bf1853f2ee25203d84c8f /help
parentb19d7c2ce5cc0d9f9659ec7b858e425706b91f2f (diff)
Document [] notation
Diffstat (limited to 'help')
-rw-r--r--help/beginlist.md2
-rw-r--r--help/endlist.md2
-rw-r--r--help/strand.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/help/beginlist.md b/help/beginlist.md
index c1dee17b..f0ba9fdd 100644
--- a/help/beginlist.md
+++ b/help/beginlist.md
@@ -3,7 +3,7 @@
# Mathematical Left Angle Bracket (`⟨`)
## `⟨ ...`: Begin list
-[→full documentation](../doc/syntax.md#list-notation)
+[→full documentation](../doc/syntax.md#list-and-array-notation)
Starts a list. Inner elements must be separated by `,` or `⋄`.
Lists can be nested in other lists.
diff --git a/help/endlist.md b/help/endlist.md
index 234690aa..75404314 100644
--- a/help/endlist.md
+++ b/help/endlist.md
@@ -3,7 +3,7 @@
# Mathematical Right Angle Bracket (`⟩`)
## `... ⟩`: End list
-[→full documentation](../doc/syntax.md#list-notation)
+[→full documentation](../doc/syntax.md#list-and-array-notation)
Ends a list started by a `⟨`. See [Begin List](beginlist.md) for more details.
diff --git a/help/strand.md b/help/strand.md
index 696bb1d5..165d796c 100644
--- a/help/strand.md
+++ b/help/strand.md
@@ -3,7 +3,7 @@
# Undertie (`‿`)
## `‿`: Strand
-[→full documentation](../doc/syntax.md#list-notation)
+[→full documentation](../doc/syntax.md#list-and-array-notation)
Create a list via [strand notation](../doc/arrayrepr.md#strands).