From 5b4a89edbc582ece213240d4343919d1e5b1ab25 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Thu, 27 Feb 2025 18:06:42 -0300 Subject: [PATCH] fix comment --- crates/typst-library/src/layout/grid/resolve.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-library/src/layout/grid/resolve.rs b/crates/typst-library/src/layout/grid/resolve.rs index d220a4d9d..98241058a 100644 --- a/crates/typst-library/src/layout/grid/resolve.rs +++ b/crates/typst-library/src/layout/grid/resolve.rs @@ -1889,7 +1889,7 @@ fn resolve_cell_position( // first row. let mut resolved_y = first_available_row; - // There are row groups, so we have to not only skip + // There may be row groups, so we have to not only skip // rows where the requested column is occupied to find the // first suitable row, but also skip rows belonging to // headers or footers.