summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/00_syntax/19_arrow_functions
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/19_arrow_functions
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/19_arrow_functions')
-rw-r--r--tests/custom/00_syntax/19_arrow_functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/custom/00_syntax/19_arrow_functions b/tests/custom/00_syntax/19_arrow_functions
index 102c527..8dcce6c 100644
--- a/tests/custom/00_syntax/19_arrow_functions
+++ b/tests/custom/00_syntax/19_arrow_functions
@@ -1,4 +1,4 @@
-Besides the ordinary ES5-like function declarations, utpl supports ES6 inspired
+Besides the ordinary ES5-like function declarations, ucode supports ES6 inspired
arrow function syntax as well. Such arrow functions are useful for callbacks to functions such as replace(), map() or filter().
-- Expect stdout --