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:
502502 simpleId ::= lowerId | upperId
503503 modulename ::= simpleId
504504 classname ::= upperId
505- dbasetype ::= atlowerId
505+ dbasetype ::= atLowerId
506506 predicateRef ::= (moduleId "::")? literalId
507507 predicateName ::= lowerId
508508 varname ::= simpleId
@@ -1804,7 +1804,7 @@ The complete grammar for QL is as follows:
18041804
18051805::
18061806
1807- ql ::= moduleBody ;
1807+ ql ::= moduleBody
18081808
18091809 module ::= annotation* "module" modulename "{" moduleBody "}"
18101810
@@ -1976,11 +1976,11 @@ The complete grammar for QL is as follows:
19761976
19771977 simpleId ::= lowerId | upperId
19781978
1979- modulename :: = simpleId
1979+ modulename ::= simpleId
19801980
19811981 classname ::= upperId
19821982
1983- dbasetype ::= atlowerId
1983+ dbasetype ::= atLowerId
19841984
19851985 predicateRef ::= (moduleId "::")? literalId
19861986
You can’t perform that action at this time.
0 commit comments