mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Fix small copy-paste oversight (#5811)
This commit is contained in:
parent
fe16b35f02
commit
85b0318158
@ -644,7 +644,7 @@ fn layout_h(
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Lays out a [`ClassElem`].
|
/// Lays out a [`ClassElem`].
|
||||||
#[typst_macros::time(name = "math.op", span = elem.span())]
|
#[typst_macros::time(name = "math.class", span = elem.span())]
|
||||||
fn layout_class(
|
fn layout_class(
|
||||||
elem: &Packed<ClassElem>,
|
elem: &Packed<ClassElem>,
|
||||||
ctx: &mut MathContext,
|
ctx: &mut MathContext,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user