-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
There is following proposition in map documentation:
Trying to access a key not defined in a map will:
- produce an error if the path syntax is used.
- return a none value if select is used.
No error is produced in either case, only none
is returned.
Correct would be something like:
"Trying to access a key not defined in a map will return a none
value."
Metadata
Metadata
Assignees
Labels
No labels