Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thobe authored Apr 18, 2017
1 parent f812101 commit ea17d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cip/1.accepted/CIP2017-03-29-Single-Value-Subqueries.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The result of a List Subquery is to collect the value of all rows produced by th
----
ListSubquery = '[', SingleValueSubquery, ']' ;
ScalarSubquery = 'SCALAR' '(', SingleValueSubquery, ')' ;
ScalarSubquery = 'SCALAR', '(', SingleValueSubquery, ')' ;
SingleValueSubquery = SingleValuePatternSubquery
| SingleValueUnwindSubquery
Expand Down

0 comments on commit ea17d1b

Please sign in to comment.