Skip to content

Commit c91815f

Browse files
committed
Remove trailing ; in QL language spec
1 parent c431d47 commit c91815f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/ql-spec/language.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ The complete grammar for QL is as follows:
18041804

18051805
::
18061806

1807-
ql ::= moduleBody ;
1807+
ql ::= moduleBody
18081808

18091809
module ::= annotation* "module" modulename "{" moduleBody "}"
18101810

0 commit comments

Comments
 (0)