Skip to content

Commit 33b2454

Browse files
committed
fixes rendering issue in the algorithm for translating SELECT expressions (Section 18.2.4.4)
1 parent 1e15e55 commit 33b2454

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)