docs icon indicating copy to clipboard operation
docs copied to clipboard

Error in map documentation

Open toomasv opened this issue 4 years ago • 0 comments

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."

toomasv avatar Aug 16 '21 04:08 toomasv