From 5f1513edcc9e750b208486d100c8cf8f23e65b19 Mon Sep 17 00:00:00 2001 From: Zhan Rongrui <46243324+zrr1999@users.noreply.github.com> Date: Mon, 3 Apr 2023 19:05:35 +0800 Subject: [PATCH] fix typos (#544) --- docs/src/reference/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) |