Skip to content

Commit 8298588

Browse files
committed
[support.initlist] Teletype font for initializer_list
This note is talking about the class type, not the grammatical construct, so it should say `initializer_list`.
1 parent 38dfe3d commit 8298588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4117,7 +4117,7 @@
41174117
A pair of pointers or a pointer plus
41184118
a length would be obvious representations for \tcode{initializer_list}.
41194119
\tcode{initializer_list} is used to implement initializer lists as specified
4120-
in~\ref{dcl.init.list}. Copying an initializer list does not copy the underlying
4120+
in~\ref{dcl.init.list}. Copying an \tcode{initializer_list} does not copy the underlying
41214121
elements.
41224122
\end{note}
41234123

0 commit comments

Comments
 (0)