phel-lang icon indicating copy to clipboard operation
phel-lang copied to clipboard

Fix map typo

Open Chemaclass opened this issue 3 years ago • 0 comments

🤔 Background

@{} is the deprecated old table data structure, which was removed on 0.6.0 (2022-02-02).

🔖 Changes

Use the map syntax {} instead of old table syntax @{}.

Chemaclass avatar Jul 29 '22 20:07 Chemaclass