Skip to content

Commit

Permalink
Merge branch 'master' into 589
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasj authored Mar 15, 2024
2 parents f45d0b8 + a2b55b8 commit 0846cf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/src/main/asciidoc/ch04-query-language.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ identification variable.
and no joins, then the named entity does not require an explicit
identification variable, and its identification variable defaults
to the _implicit identification variable,_ `this`.
- Otherwise, every element of the FROM clause—that is, every
named entity abstract schema types and every join—must
- Otherwise, every element of the FROM clause--that is, every
named entity abstract schema types and every join--must
declare an identification variable.

----
Expand Down Expand Up @@ -539,7 +539,7 @@ implicit identification variable `this`.

The remaining elements of the path expression are interpreted as
references to state fields or association fields in the context of the
abstract schema type assigned to the identification variable—or
abstract schema type assigned to the identification variable--or
to `this`, if the path expression does not begin with an identification
variable.

Expand Down

0 comments on commit 0846cf9

Please sign in to comment.