diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-08 10:54:04 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-08 11:02:27 +0100 |
| commit | e5eab73374880077971f3f22acbdd3d302877128 (patch) | |
| tree | 07aa926b27032d6bcd82486d664dfd4161ccbd3e /tests/typ/layout | |
| parent | 1b2b53ecb91a9bd7fb3493e471ae03cd142a7c03 (diff) | |
Streamline field names
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/terms.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/terms.typ b/tests/typ/layout/terms.typ index 0be8ddc7..fa94ae12 100644 --- a/tests/typ/layout/terms.typ +++ b/tests/typ/layout/terms.typ @@ -35,7 +35,7 @@ #show terms: it => table( columns: 2, inset: 3pt, - ..it.items.map(item => (emph(item.term), item.description)).flatten(), + ..it.children.map(v => (emph(v.term), v.description)).flatten(), ) / A: One letter |
