mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
fix typos (#544)
This commit is contained in:
parent
2dbbeaeb60
commit
5f1513edcc
@ -53,7 +53,7 @@ follows:
|
|||||||
| Bottom attachment | `[$x_1$]` | [`attach`]($category/math/attach) |
|
| Bottom attachment | `[$x_1$]` | [`attach`]($category/math/attach) |
|
||||||
| Top attachment | `[$x^2$]` | [`attach`]($category/math/attach) |
|
| Top attachment | `[$x^2$]` | [`attach`]($category/math/attach) |
|
||||||
| Fraction | `[$1 + (a+b)/5$]` | [`frac`]($func/frac) |
|
| 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) |
|
| Alignment point | `[$x &= 2 \ &= 3$]` | [Math]($category/math) |
|
||||||
| Variable access | `[$#x$, $pi$]` | [Math]($category/math) |
|
| Variable access | `[$#x$, $pi$]` | [Math]($category/math) |
|
||||||
| Field access | `[$arrow.r.long$]` | [Scripting]($scripting/#fields) |
|
| Field access | `[$arrow.r.long$]` | [Scripting]($scripting/#fields) |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user