diff options
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 b19d38e0..014c5640 100644 --- a/docs/src/reference/syntax.md +++ b/docs/src/reference/syntax.md @@ -53,7 +53,7 @@ follows: | Bottom attachment | `[$x_1$]` | [`attach`]($category/math/attach) | | Top attachment | `[$x^2$]` | [`attach`]($category/math/attach) | | Fraction | `[$1 + (a+b)/5$]` | [`frac`]($func/frac) | -| Line break | `[$x \ y ]` | [`linebreak`]($func/linebreak) | +| Line break | `[$x \ y$]` | [`linebreak`]($func/linebreak) | | Alignment point | `[$x &= 2 \ &= 3$]` | [Math]($category/math) | | Variable access | `[$#x$, $pi$]` | [Math]($category/math) | | Field access | `[$arrow.r.long$]` | [Scripting]($scripting/#fields) | |
