Skip to content

Commit 3597928

Browse files
authored
Merge pull request #139 from w3c/FixToTranslationOfSelectExpressions
Fixes the algorithm for translating SELECT expressions
2 parents 1e15e55 + 33b2454 commit 3597928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8967,8 +8967,8 @@ <h5>SELECT Expressions</h5>
89678967
If "SELECT *"
89688968
PV := VS
89698969

8970-
If "SELECT <code>selItem ...</code>:"
8971-
For each selItem:
8970+
If "SELECT selItem ..."
8971+
For each selItem
89728972
If selItem is a variable
89738973
PV := PV ∪ { variable }
89748974
End

0 commit comments

Comments
 (0)