File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ Identifiers are used in following syntactic constructs:
502
502
simpleId ::= lowerId | upperId
503
503
modulename ::= simpleId
504
504
classname ::= upperId
505
- dbasetype ::= atlowerId
505
+ dbasetype ::= atLowerId
506
506
predicateRef ::= (moduleId "::")? literalId
507
507
predicateName ::= lowerId
508
508
varname ::= simpleId
@@ -1804,7 +1804,7 @@ The complete grammar for QL is as follows:
1804
1804
1805
1805
::
1806
1806
1807
- ql ::= moduleBody ;
1807
+ ql ::= moduleBody
1808
1808
1809
1809
module ::= annotation* "module" modulename "{" moduleBody "}"
1810
1810
@@ -1976,11 +1976,11 @@ The complete grammar for QL is as follows:
1976
1976
1977
1977
simpleId ::= lowerId | upperId
1978
1978
1979
- modulename :: = simpleId
1979
+ modulename ::= simpleId
1980
1980
1981
1981
classname ::= upperId
1982
1982
1983
- dbasetype ::= atlowerId
1983
+ dbasetype ::= atLowerId
1984
1984
1985
1985
predicateRef ::= (moduleId "::")? literalId
1986
1986
You can’t perform that action at this time.
0 commit comments