diff options
Diffstat (limited to 'tests/custom/00_syntax/16_for_loop')
-rw-r--r-- | tests/custom/00_syntax/16_for_loop | 2 |
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. |