diff options
Diffstat (limited to 'doc/syntax.md')
| -rw-r--r-- | doc/syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syntax.md b/doc/syntax.md index 1f1f49fb..a21752ca 100644 --- a/doc/syntax.md +++ b/doc/syntax.md @@ -15,7 +15,7 @@ Glyph(s) | Meaning `@` | [Null character](#constants) `¯∞π` | [Used in numeric literals](#constants) `·` | [Nothing](expression.md#nothing) -`()` | Expression grouping +`()` | [Expression grouping](expression.md#parentheses) `←` | [Define](expression.md#assignment) `⇐` | [Export](expression.md#exports) `↩` | [Change](expression.md#assignment) |
