mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Remove trailing ; in QL language spec
This commit is contained in:
@@ -1804,7 +1804,7 @@ The complete grammar for QL is as follows:
|
||||
|
||||
::
|
||||
|
||||
ql ::= moduleBody ;
|
||||
ql ::= moduleBody
|
||||
|
||||
module ::= annotation* "module" modulename "{" moduleBody "}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user