Skip to content

Commit bfe6d8f

Browse files
committed
[temp.constr.normal] Use \cdots to produce an ellipsis
1 parent 1788b3f commit bfe6d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/templates.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,9 +1910,9 @@
19101910
the normal forms of \tcode{E1} and \tcode{E2}.
19111911

19121912
\item
1913-
The normal form of a concept-id \tcode{C<A$_1$, A$_2$, ..., A$_n$>}
1913+
The normal form of a concept-id \tcode{C<A$_1$, A$_2$, $\cdots$, A$_n$>}
19141914
is the normal form of the \grammarterm{constraint-expression} of \tcode{C},
1915-
after substituting \tcode{A$_1$, A$_2$, ..., A$_n$} for
1915+
after substituting \tcode{A$_1$, A$_2$, $\cdots$, A$_n$} for
19161916
\tcode{C}{'s} respective template parameters in the
19171917
parameter mappings in each atomic constraint.
19181918
If any such substitution results in an invalid type or expression,

0 commit comments

Comments
 (0)