diff options
| author | Max <me@mkor.je> | 2024-08-20 15:12:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 15:12:12 +0000 |
| commit | cefca7a7d849bc4136fe314fe59a49b70219dbd7 (patch) | |
| tree | 28818df2035762251c29ba0295a48fab4284eec1 /tests/suite/layout/measure.typ | |
| parent | 986d624b3a19df757b1ad05576cc0fb1d78dc2d4 (diff) | |
Fix typos (#4784)
Diffstat (limited to 'tests/suite/layout/measure.typ')
| -rw-r--r-- | tests/suite/layout/measure.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/layout/measure.typ b/tests/suite/layout/measure.typ index 71a6b32a..5429c611 100644 --- a/tests/suite/layout/measure.typ +++ b/tests/suite/layout/measure.typ @@ -24,7 +24,7 @@ --- measure-counter-width --- // Measure a counter. Tests that the introspector-assisted location assignment // is able to take `here()` from the context into account to find the closest -// matching element instaed of any single one. Crucially, we need to reuse +// matching element instead of any single one. Crucially, we need to reuse // the same `context c.display()` to get the same span, hence `it`. #let f(it) = context [ Is #measure(it).width wide: #it \ |
