Skip to content

Commit a460d90

Browse files
aibaarsjames
authored andcommitted
Remove trailing ; in QL language spec
(cherry picked from commit c91815f)
1 parent b56b10b commit a460d90

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
@@ -1798,7 +1798,7 @@ The complete grammar for QL is as follows:
17981798

17991799
::
18001800

1801-
ql ::= moduleBody ;
1801+
ql ::= moduleBody
18021802

18031803
module ::= annotation* "module" modulename "{" moduleBody "}"
18041804

0 commit comments

Comments
 (0)