diff options
| author | hardlydearly <167623323+hardlydearly@users.noreply.github.com> | 2024-04-30 20:22:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-30 12:22:59 +0000 |
| commit | 6ba94c4518680adc08b42998ee97610d5adf663b (patch) | |
| tree | cfbc444dceb45edbea8050a4ec6326bc19e3c992 /crates | |
| parent | 9f8cb27aef3045a6f86de8bca1b0ec5a54a74901 (diff) | |
Remove repetitive words (#3991)
Signed-off-by: hardlydearly <799511800@qq.com>
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/typst/src/layout/grid/layout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst/src/layout/grid/layout.rs b/crates/typst/src/layout/grid/layout.rs index 398ad1bd..0ada8861 100644 --- a/crates/typst/src/layout/grid/layout.rs +++ b/crates/typst/src/layout/grid/layout.rs @@ -2906,7 +2906,7 @@ impl<'a> GridLayouter<'a> { rowspan.max_resolved_row.map_or(true, |max_row| y > max_row) }) { - // If the first region wasn't defined yet, it will have the the + // If the first region wasn't defined yet, it will have the // initial value of usize::MAX, so we can set it to the current // region's index. if rowspan.first_region > current_region { |
