Skip to content

Commit 09960e0

Browse files
authored
Merge pull request #2791 from aibaars/language-spec-fixes
Fix a few typos in the QL grammar
2 parents bcb4759 + c91815f commit 09960e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/language/ql-spec/language.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)