Skip to content

Commit 48a5e1b

Browse files
lprvtkoeppe
authored andcommitted
[intseq.make] Use \dotsc for a non-code ellipsis
1 parent a8f807b commit 48a5e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
\tcode{make_integer_sequence} denotes a specialization of
6262
\tcode{integer_sequence} with \tcode{N} constant template arguments.
6363
The type \tcode{make_integer_sequence<T, N>} is an alias for the type
64-
\tcode{integer_sequence<T, 0, 1, ..., N - 1>}.
64+
\tcode{integer_sequence<T, 0, 1, $\dotsc$, N - 1>}.
6565
\begin{note}
6666
\tcode{make_integer_sequence<int, 0>} is an alias for the type
6767
\tcode{integer_sequence<int>}.

0 commit comments

Comments
 (0)