summaryrefslogtreecommitdiff
path: root/tests/suite/foundations/array.typ
diff options
context:
space:
mode:
authorhardlydearly <167623323+hardlydearly@users.noreply.github.com>2024-04-30 20:22:59 +0800
committerGitHub <noreply@github.com>2024-04-30 12:22:59 +0000
commit6ba94c4518680adc08b42998ee97610d5adf663b (patch)
treecfbc444dceb45edbea8050a4ec6326bc19e3c992 /tests/suite/foundations/array.typ
parent9f8cb27aef3045a6f86de8bca1b0ec5a54a74901 (diff)
Remove repetitive words (#3991)
Signed-off-by: hardlydearly <799511800@qq.com>
Diffstat (limited to 'tests/suite/foundations/array.typ')
-rw-r--r--tests/suite/foundations/array.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/foundations/array.typ b/tests/suite/foundations/array.typ
index 336c5a67..7b4c574a 100644
--- a/tests/suite/foundations/array.typ
+++ b/tests/suite/foundations/array.typ
@@ -173,7 +173,7 @@
}
--- array-first-and-last ---
-// The the `first` and `last` methods.
+// The `first` and `last` methods.
#test((1,).first(), 1)
#test((2,).last(), 2)
#test((1, 2, 3).first(), 1)