Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken emdashes #593

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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