Skip to content

Error in map documentation #265

@toomasv

Description

@toomasv

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions