aboutsummaryrefslogtreecommitdiff
path: root/doc/syntax.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-07-08 22:06:05 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-07-08 22:06:05 -0400
commit7fa325f583a59a1999cd8ce093a49f8048a3e05c (patch)
tree5157b1cbd4af6318eb77b3fcf5d80420d0cba46d /doc/syntax.md
parent9ce4441a2fec2f6bd301f9cf5ad801c9534d34eb (diff)
Simplify and update Couple/Merge docs
Diffstat (limited to 'doc/syntax.md')
-rw-r--r--doc/syntax.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syntax.md b/doc/syntax.md
index fc63ffe6..292e6cc9 100644
--- a/doc/syntax.md
+++ b/doc/syntax.md
@@ -92,7 +92,7 @@ Arrays and code blocks can both be represented as sequences of expressions in so
Lists (1-dimensional arrays) are enclosed in angle brackets `⟨⟩`, with the results of the expressions in between being the list's elements. Lists of two elements or more can also be written with the ligature character `‿`. This character has higher binding strength than any part of an expression except `.` for namespace field access. If one of the elements is a compound expression, then it will need to be enclosed in parentheses.
-Arrays, or at least non-empty ones with rank 1 or more, can be written with square brackets `[]`. These work just like angle brackets but [merge](couple.md#merge-and-array-theory) the elements so that they form cells of the result.
+Arrays, or at least non-empty ones with rank 1 or more, can be written with square brackets `[]`. These work just like angle brackets but [merge](couple.md) the elements so that they form cells of the result.
### Blocks