We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f3106 commit b56b10bCopy full SHA for b56b10b
docs/language/ql-spec/language.rst
@@ -502,7 +502,7 @@ Identifiers are used in following syntactic constructs:
502
simpleId ::= lowerId | upperId
503
modulename ::= simpleId
504
classname ::= upperId
505
- dbasetype ::= atlowerId
+ dbasetype ::= atLowerId
506
predicateRef ::= (moduleId "::")? literalId
507
predicateName ::= lowerId
508
varname ::= simpleId
@@ -1970,11 +1970,11 @@ The complete grammar for QL is as follows:
1970
1971
1972
1973
- modulename :: = simpleId
+ modulename ::= simpleId
1974
1975
1976
1977
1978
1979
1980
0 commit comments