fix typos (#544)

This commit is contained in:
Zhan Rongrui 2023-04-03 19:05:35 +08:00 committed by GitHub
parent 2dbbeaeb60
commit 5f1513edcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) |