Skip to content

Commit 0497b07

Browse files
committed
Sync DOC.md with latest changes
1 parent 77786cf commit 0497b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The current priority order is:
3232

3333
- Reserved Commands (begins its own clause, such as `SELECT`)
3434
- Reserved Binary Commands (connect two adjacent clauses, such as joins or set operations)
35-
- Reserved Dependent Clauses (keywords that are dependent on the previous clause, such as `ON` for joins or `WHEN` and `THEN` for CASE)
35+
- Reserved Dependent Clauses (keywords that are dependent on the previous clause, such as `WHEN` and `ELSE` for CASE)
3636
- Reserved Logical Operator (boolean operators such as `AND` and `OR`)
3737
- Reserved Keywords/Functions (other reserved words)
3838

0 commit comments

Comments
 (0)