diff options
Diffstat (limited to 'tests/typ/layout/grid-1.typ')
| -rw-r--r-- | tests/typ/layout/grid-1.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/grid-1.typ b/tests/typ/layout/grid-1.typ index ad55b53f..fb8a7678 100644 --- a/tests/typ/layout/grid-1.typ +++ b/tests/typ/layout/grid-1.typ @@ -1,7 +1,7 @@ // Test grid layouts. --- -#let rect(width, color) = rect(width: width, height: 2cm, fill: color) +#let rect(width, fill) = rect(width: width, height: 2cm, fill: fill) #page!(width: 100pt, height: 140pt) #grid( |
