summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/00_syntax/16_for_loop
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-03-23 15:12:46 +0100
committerJo-Philipp Wich <jo@mein.io>2022-03-23 15:12:46 +0100
commit87c72961c6e18a56caf5bac6b48196ccb8532336 (patch)
treece264c2e0a75d70a5bf783c836e3a34acec62fb6 /tests/custom/00_syntax/16_for_loop
parent7d27ad5cf0737213ccdd625e88d64e1a0066d4c4 (diff)
treewide: replace some leftover "utpl" occurrences, update .gitignore
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'tests/custom/00_syntax/16_for_loop')
-rw-r--r--tests/custom/00_syntax/16_for_loop2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/custom/00_syntax/16_for_loop b/tests/custom/00_syntax/16_for_loop
index b206b07..36ebe39 100644
--- a/tests/custom/00_syntax/16_for_loop
+++ b/tests/custom/00_syntax/16_for_loop
@@ -3,7 +3,7 @@ consisting of an initialization expression, a test condition
and a step expression and a for-in-loop variant which allows
enumerating properties of objects or items of arrays.
-Additionally, utpl supports an alternative syntax suitable for
+Additionally, ucode supports an alternative syntax suitable for
template block tags.