diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-03-23 15:12:46 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-03-23 15:12:46 +0100 |
commit | 87c72961c6e18a56caf5bac6b48196ccb8532336 (patch) | |
tree | ce264c2e0a75d70a5bf783c836e3a34acec62fb6 /tests/custom/00_syntax/15_function_declarations | |
parent | 7d27ad5cf0737213ccdd625e88d64e1a0066d4c4 (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/15_function_declarations')
-rw-r--r-- | tests/custom/00_syntax/15_function_declarations | 2 |
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 -- |