summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/00_syntax/15_function_declarations
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom/00_syntax/15_function_declarations')
-rw-r--r--tests/custom/00_syntax/15_function_declarations2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/custom/00_syntax/15_function_declarations b/tests/custom/00_syntax/15_function_declarations
index 4257dd6..41cef32 100644
--- a/tests/custom/00_syntax/15_function_declarations
+++ b/tests/custom/00_syntax/15_function_declarations
@@ -57,7 +57,7 @@ The function was called with arguments {{ a }} and {{ b }}.
-- End --
-Additionally, utpl implements ES6-like "rest" argument syntax to declare
+Additionally, ucode implements ES6-like "rest" argument syntax to declare
variadic functions.
-- Expect stdout --