Skip to content

Commit ad37b86

Browse files
authored
[support.initlist] "initializer list" should be "initializer_list" (#6680)
This note is talking about the class type, not the grammatical construct.
1 parent bbac8a9 commit ad37b86

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
@@ -4139,7 +4139,7 @@
41394139
A pair of pointers or a pointer plus
41404140
a length would be obvious representations for \tcode{initializer_list}.
41414141
\tcode{initializer_list} is used to implement initializer lists as specified
4142-
in~\ref{dcl.init.list}. Copying an initializer list does not copy the underlying
4142+
in~\ref{dcl.init.list}. Copying an \tcode{initializer_list} does not copy the underlying
41434143
elements.
41444144
\end{note}
41454145

0 commit comments

Comments
 (0)