diff options
| author | Eric Biedert <github@ericbiedert.de> | 2025-02-05 13:40:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-05 12:40:54 +0000 |
| commit | 85b0318158cc1f71825f45c5fb7915b764f75776 (patch) | |
| tree | 6404763e89ab5ea58a5fef183665e3152bd3b778 /crates/typst-layout | |
| parent | fe16b35f02abc05b80d1836346979b4a84133753 (diff) | |
Fix small copy-paste oversight (#5811)
Diffstat (limited to 'crates/typst-layout')
| -rw-r--r-- | crates/typst-layout/src/math/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-layout/src/math/mod.rs b/crates/typst-layout/src/math/mod.rs index e5a3d94c..708a4443 100644 --- a/crates/typst-layout/src/math/mod.rs +++ b/crates/typst-layout/src/math/mod.rs @@ -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, |
