mirror of
https://github.com/github/codeql.git
synced 2026-03-29 19:58:17 +02:00
Fix typo in language spec
Thanks to https://github.com/github/codeql/issues/6750
This commit is contained in:
@@ -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 ";"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user