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 /tests/suite/visualize | |
| parent | 9f8cb27aef3045a6f86de8bca1b0ec5a54a74901 (diff) | |
Remove repetitive words (#3991)
Signed-off-by: hardlydearly <799511800@qq.com>
Diffstat (limited to 'tests/suite/visualize')
| -rw-r--r-- | tests/suite/visualize/color.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/visualize/color.typ b/tests/suite/visualize/color.typ index 6cf887a4..33259461 100644 --- a/tests/suite/visualize/color.typ +++ b/tests/suite/visualize/color.typ @@ -133,7 +133,7 @@ #test-repr(oklch(rgb(1, 2, 3)), oklch(8.23%, 0.008, 240.75deg, 100%)) --- color-spaces --- -// The the different color spaces +// The different color spaces #let col = rgb(50%, 64%, 16%) #box(square(size: 9pt, fill: col)) #box(square(size: 9pt, fill: rgb(col))) |
