mirror of https://github.com/stelzo/typst.git
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`].
|
||||
#[typst_macros::time(name = "math.op", span = elem.span())]
|
||||
#[typst_macros::time(name = "math.class", span = elem.span())]
|
||||
fn layout_class(
|
||||
elem: &Packed<ClassElem>,
|
||||
ctx: &mut MathContext,
|
||||
|
|
|
|||
Loading…
Reference in New Issue