Skip to content

Commit

Permalink
Merge pull request #70 from partiql/fix-to-sec-4-1
Browse files Browse the repository at this point in the history
Fixes tuple path navigation example
  • Loading branch information
johnedquinn authored Dec 13, 2023
2 parents a6f1f5e + 5cbe92f commit 101390a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paths.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ preserve (when needed) the distinction between absent attribute and
null-valued attribute.

For example, the expression ` 'not a tuple'.a ` and the expression
`{'a':1, 'b':2}` evaluate to `MISSING`.
`{'a':1, 'b':2}.noSuchAttribute` evaluate to `MISSING`.

The above semantics apply regardless of whether the tuple navigation
is accomplished via the dot notation or via the array notation. For
Expand Down

0 comments on commit 101390a

Please sign in to comment.