diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-07-20 14:52:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-20 12:52:17 +0000 |
| commit | 46ef8e1dfa39d2ee953e7af722b3b6ff20907443 (patch) | |
| tree | 44818c937364033fef89f8d048b00287d8a6e697 /tests/suite/layout/grid/rowspan.typ | |
| parent | 96d456e2672c05f0b9c042fb481b1748c013a63d (diff) | |
Deprecate some things (#4562)
Diffstat (limited to 'tests/suite/layout/grid/rowspan.typ')
| -rw-r--r-- | tests/suite/layout/grid/rowspan.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/layout/grid/rowspan.typ b/tests/suite/layout/grid/rowspan.typ index f7a377b6..e5c8bbc8 100644 --- a/tests/suite/layout/grid/rowspan.typ +++ b/tests/suite/layout/grid/rowspan.typ @@ -163,7 +163,7 @@ #let count = counter("count") #show grid.cell: it => { count.step() - count.display() + context count.display() } #grid( |
