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 513854a commit c431d47Copy full SHA for c431d47
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
@@ -1976,11 +1976,11 @@ The complete grammar for QL is as follows:
1976
1977
1978
1979
- modulename :: = simpleId
+ modulename ::= simpleId
1980
1981
1982
1983
1984
1985
1986
0 commit comments