mirror of
https://github.com/typst/typst
synced 2025-05-17 02:25:27 +08:00
Fixed typo/mistake in math alignment documentation. (#2865)
This commit is contained in:
parent
70ca0d257b
commit
f3fa900d58
@ -126,7 +126,7 @@ use crate::text::{LinebreakElem, SpaceElem, TextElem};
|
|||||||
/// below, the expression `(3x + y) / 7` is right-aligned and `= 9` is
|
/// below, the expression `(3x + y) / 7` is right-aligned and `= 9` is
|
||||||
/// left-aligned. The word "given" is also left-aligned because `&&` creates two
|
/// left-aligned. The word "given" is also left-aligned because `&&` creates two
|
||||||
/// alignment points in a row, alternating the alignment twice. `& &` and `&&`
|
/// alignment points in a row, alternating the alignment twice. `& &` and `&&`
|
||||||
/// behave exactly the same way. Meanwhile, "multiply by 7" is left-aligned
|
/// behave exactly the same way. Meanwhile, "multiply by 7" is right-aligned
|
||||||
/// because just one `&` precedes it. Each alignment point simply alternates
|
/// because just one `&` precedes it. Each alignment point simply alternates
|
||||||
/// between right-aligned/left-aligned.
|
/// between right-aligned/left-aligned.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user