Remove trailing ; in QL language spec

(cherry picked from commit c91815f44d)
This commit is contained in:
Arthur Baars
2020-02-07 12:47:14 +01:00
committed by james
parent b56b10b0d9
commit a460d90434

View File

@@ -1798,7 +1798,7 @@ The complete grammar for QL is as follows:
::
ql ::= moduleBody ;
ql ::= moduleBody
module ::= annotation* "module" modulename "{" moduleBody "}"