Fix typo in language spec

Thanks to https://github.com/github/codeql/issues/6750
This commit is contained in:
Arthur Baars
2021-09-24 15:47:09 +02:00
committed by GitHub
parent 3e1bc66984
commit 7d3a219f63

View File

@@ -2062,7 +2062,7 @@ The complete grammar for QL is as follows:
exprs ::= expr ("," expr)*
alias := qldoc? annotations "predicate" literalId "=" predicateRef "/" int ";"
alias ::= qldoc? annotations "predicate" literalId "=" predicateRef "/" int ";"
| qldoc? annotations "class" classname "=" type ";"
| qldoc? annotations "module" modulename "=" moduleId ";"