aboutsummaryrefslogtreecommitdiff
path: root/doc/syntax.md
diff options
context:
space:
mode:
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 bbde476e..cb57ea10 100644
--- a/doc/syntax.md
+++ b/doc/syntax.md
@@ -17,7 +17,7 @@ Glyph(s) | Meaning
`·` | [Nothing](expression.md#nothing)
`()` | [Expression grouping](expression.md#parentheses)
`←` | [Define](expression.md#assignment)
-`⇐` | [Export](expression.md#exports)
+`⇐` | [Export](namespace.md#exports)
`↩` | [Change](expression.md#assignment)
`⋄,` or newline | Statement or element [separator](#separators)
`⟨⟩` | [List](#list-and-array-notation)