Skip to content

Commit c431d47

Browse files
committed
Fix typos in QL language spec
1 parent 513854a commit c431d47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/language/ql-spec/language.rst

Lines changed: 3 additions & 3 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
@@ -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)