From c68200708a608dba484c469546139d032a88d6aa Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:34:21 -0300 Subject: [PATCH] use correct term in fit-spans doc comment --- src/tablex.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tablex.typ b/src/tablex.typ index 0d970d9..7a2fdf8 100644 --- a/src/tablex.typ +++ b/src/tablex.typ @@ -115,7 +115,7 @@ // ignore the size of rowspans. // This setting is mostly useful when you have a colspan or a rowspan spanning // tracks with fractional (1fr, 2fr, ...) size, which can cause the fractional -// track to have less or even zero width, compromising all other cells in it. +// track to have less or even zero size, compromising all other cells in it. // If you're facing this problem, you may want experiment with setting this // option to '(x: true)' (if this is affecting columns) or 'true' (for rows // too, same as '(x: true, y: true)').