Remove trailing ; in QL language spec

This commit is contained in:
Arthur Baars 2020-02-07 12:47:14 +01:00
Родитель c431d47481
Коммит c91815f44d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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