Fix small copy-paste oversight (#5811)

This commit is contained in:
Eric Biedert 2025-02-05 13:40:54 +01:00 committed by GitHub
parent fe16b35f02
commit 85b0318158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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