From 87c72961c6e18a56caf5bac6b48196ccb8532336 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 23 Mar 2022 15:12:46 +0100 Subject: treewide: replace some leftover "utpl" occurrences, update .gitignore Signed-off-by: Jo-Philipp Wich --- tests/custom/01_arithmetic/04_inc_dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/custom/01_arithmetic') diff --git a/tests/custom/01_arithmetic/04_inc_dec b/tests/custom/01_arithmetic/04_inc_dec index ae50ceb..7b7fe7b 100644 --- a/tests/custom/01_arithmetic/04_inc_dec +++ b/tests/custom/01_arithmetic/04_inc_dec @@ -1,4 +1,4 @@ -Utpl implements C-style pre- and postfix increment and decrement operators. +Ucode implements C-style pre- and postfix increment and decrement operators. Pre-increment or -decrement operations first mutate the value and then return the resulting value while post-increment or -decrement operations first return -- cgit v1.2.3