diff options
Diffstat (limited to 'tests/custom/00_syntax/13_object_literals')
-rw-r--r-- | tests/custom/00_syntax/13_object_literals | 4 |
1 files changed, 2 insertions, 2 deletions
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 -- |