Remove trailing ; in QL language spec

This commit is contained in:
Arthur Baars
2020-02-07 12:47:14 +01:00
parent c431d47481
commit c91815f44d

View File

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