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/00_syntax/13_object_literals | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/custom/00_syntax/13_object_literals') diff --git a/tests/custom/00_syntax/13_object_literals b/tests/custom/00_syntax/13_object_literals index 5ceab43..ce35ecd 100644 --- a/tests/custom/00_syntax/13_object_literals +++ b/tests/custom/00_syntax/13_object_literals @@ -1,4 +1,4 @@ -The utpl script language supports declaring objects (dictionaries) using +The ucode script language supports declaring objects (dictionaries) using either JSON or JavaScript notation. -- Expect stdout -- @@ -52,7 +52,7 @@ either JSON or JavaScript notation. -- End -- -Additionally, utpl implements ES6-like spread operators to allow shallow copying +Additionally, ucode implements ES6-like spread operators to allow shallow copying of object properties into other objects. -- Expect stdout -- -- cgit v1.2.3