Skip to content

Commit 8debae1

Browse files
authored
Merge pull request #6753 from github/aibaars/fix-typo
Fix typo in language spec
2 parents 547cbb6 + 7d3a219 commit 8debae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/ql-language-reference/ql-language-specification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2062,7 +2062,7 @@ The complete grammar for QL is as follows:
20622062

20632063
exprs ::= expr ("," expr)*
20642064

2065-
alias := qldoc? annotations "predicate" literalId "=" predicateRef "/" int ";"
2065+
alias ::= qldoc? annotations "predicate" literalId "=" predicateRef "/" int ";"
20662066
| qldoc? annotations "class" classname "=" type ";"
20672067
| qldoc? annotations "module" modulename "=" moduleId ";"
20682068

0 commit comments

Comments
 (0)