Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: use dictionary access syntax for accessing properties of dictionaries #33

Open
domenic opened this issue Jun 20, 2024 · 0 comments

Comments

@domenic
Copy link

domenic commented Jun 20, 2024

The spec throughout seems to reference dictionary fields using ., but this is not a defined notation. Instead, use the dictionary access syntax (which treats dictionaries as ordered maps:

|dict|["{{DictionaryName/dictionaryMember}}"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant