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 3e1bc66 commit 7d3a219Copy full SHA for 7d3a219
docs/codeql/ql-language-reference/ql-language-specification.rst
@@ -2062,7 +2062,7 @@ The complete grammar for QL is as follows:
2062
2063
exprs ::= expr ("," expr)*
2064
2065
- alias := qldoc? annotations "predicate" literalId "=" predicateRef "/" int ";"
+ alias ::= qldoc? annotations "predicate" literalId "=" predicateRef "/" int ";"
2066
| qldoc? annotations "class" classname "=" type ";"
2067
| qldoc? annotations "module" modulename "=" moduleId ";"
2068
0 commit comments