Skip to content

Commit ad96641

Browse files
committed
[temp] Add missing ';' to grammar for concept-definition.
Despite being a normative change, this matches the overwhelmingly obvious intent of the committee. Fixes #1686
1 parent afd6d4f commit ad96641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
\begin{bnf}
5151
\nontermdef{concept-definition}\br
52-
\terminal{concept} concept-name \terminal{=} constraint-expression
52+
\terminal{concept} concept-name \terminal{=} constraint-expression \terminal{;}
5353
\end{bnf}
5454

5555
\begin{bnf}

0 commit comments

Comments
 (0)