phel-lang
phel-lang copied to clipboard
Fix map typo
🤔 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 @{}.