Merge pull request #6753 from github/aibaars/fix-typo

Fix typo in language spec
This commit is contained in:
Alexander Eyers-Taylor
2021-09-24 17:21:14 +01:00
committed by GitHub

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 ";"