Update 'Initialization'

Sasha Koshka 2022-08-24 15:57:37 +00:00
parent f4476e34f4
commit e2f9b8c441
1 changed files with 1 additions and 1 deletions

@ -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.