From 0c33a64481a3b5e4392ce33cb2a127c71406439b Mon Sep 17 00:00:00 2001 From: Sebastian Zivota Date: Sat, 1 Apr 2023 18:07:59 +0200 Subject: docs: Mention single-letter variables more prominently (#508) --- docs/src/reference/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/reference/syntax.md') 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) | -- cgit v1.2.3