summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/for.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/compiler/for.typ')
-rw-r--r--tests/typ/compiler/for.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/compiler/for.typ b/tests/typ/compiler/for.typ
index 4a3aefb4..f525215f 100644
--- a/tests/typ/compiler/for.typ
+++ b/tests/typ/compiler/for.typ
@@ -7,7 +7,7 @@
// Empty array.
#for x in () [Nope]
-// Dictionary is not traversed in insertion order.
+// Dictionary is traversed in insertion order.
// Should output `Age: 2. Name: Typst.`.
#for (k, v) in (Name: "Typst", Age: 2) [
#k: #v.