diff options
| author | Sebastian Zivota <loewenheim@users.noreply.github.com> | 2023-04-01 18:07:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-01 18:07:59 +0200 |
| commit | 0c33a64481a3b5e4392ce33cb2a127c71406439b (patch) | |
| tree | 7e45988d2fa43a1c6c489ec625de1a03722e8663 /docs/src/reference/syntax.md | |
| parent | 66a22b555544694d99b8d710fdd2edb9f8deae8a (diff) | |
docs: Mention single-letter variables more prominently (#508)
Diffstat (limited to 'docs/src/reference/syntax.md')
| -rw-r--r-- | docs/src/reference/syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/reference/syntax.md b/docs/src/reference/syntax.md index 7a91b0a8..b19d38e0 100644 --- a/docs/src/reference/syntax.md +++ b/docs/src/reference/syntax.md @@ -55,7 +55,7 @@ follows: | Fraction | `[$1 + (a+b)/5$]` | [`frac`]($func/frac) | | Line break | `[$x \ y ]` | [`linebreak`]($func/linebreak) | | Alignment point | `[$x &= 2 \ &= 3$]` | [Math]($category/math) | -| Variable access | `[$pi$]` | [Math]($category/math) | +| Variable access | `[$#x$, $pi$]` | [Math]($category/math) | | Field access | `[$arrow.r.long$]` | [Scripting]($scripting/#fields) | | Implied multiplication | `[$x y$]` | [Math]($category/math) | | Symbol shorthand | `[$->, !=$]` | [Symbols]($category/symbols/sym) | |
