From e2f9b8c441bd49be6807bd0791a1f2a500c64de5 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 24 Aug 2022 15:57:37 +0000 Subject: [PATCH] Update 'Initialization' --- Initialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Initialization.md b/Initialization.md index 036858d..81756b3 100644 --- a/Initialization.md +++ b/Initialization.md @@ -52,5 +52,5 @@ set x:SomeObject The parser is able to differentiate between the two because in an object initialization block, every member is preceded by a dot. Object initialization -members may nest - they may have arrays initializations in them, or even other +members may nest - they may have array initializations in them, or even other object initializations. \ No newline at end of file