diff options
| author | PgBiel <9021226+PgBiel@users.noreply.github.com> | 2024-03-03 16:32:27 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-03 19:32:27 +0000 |
| commit | decb4fd9b98968dbaa89451ab6620b33819260a5 (patch) | |
| tree | ea2b5c2dcefe85d9be57f28a3c103605b5178513 /tests/typ/layout/grid-colspan.typ | |
| parent | 098ef5acbb91723c4c806b23e5e5d85523fc88aa (diff) | |
Merging cells: Rowspans [More Flexible Tables Pt.3b] (#3501)
Diffstat (limited to 'tests/typ/layout/grid-colspan.typ')
| -rw-r--r-- | tests/typ/layout/grid-colspan.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/grid-colspan.typ b/tests/typ/layout/grid-colspan.typ index 3fd1a0fd..1bdadcf1 100644 --- a/tests/typ/layout/grid-colspan.typ +++ b/tests/typ/layout/grid-colspan.typ @@ -81,7 +81,7 @@ --- // Error: 4:8-4:32 cell would span a previously placed cell at column 2, row 0 -// Hint: 4:8-4:32 try specifying your cells in a different order or reducing the cell's colspan +// Hint: 4:8-4:32 try specifying your cells in a different order or reducing the cell's rowspan or colspan #grid( columns: 3, grid.cell(x: 2, y: 0)[x], |
