From e150cf5ba553b4509efc1d2c77b91b49a453fc5e Mon Sep 17 00:00:00 2001 From: Arthur O'Dwyer Date: Sun, 12 Nov 2023 23:20:54 -0500 Subject: [PATCH] [support.initlist] "initializer list" should be "initializer_list" This note is talking about the class type, not the grammatical construct, so it should say `initializer_list`. --- source/support.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/support.tex b/source/support.tex index 9924cbdabd..dda0ca29bd 100644 --- a/source/support.tex +++ b/source/support.tex @@ -4139,7 +4139,7 @@ A pair of pointers or a pointer plus a length would be obvious representations for \tcode{initializer_list}. \tcode{initializer_list} is used to implement initializer lists as specified -in~\ref{dcl.init.list}. Copying an initializer list does not copy the underlying +in~\ref{dcl.init.list}. Copying an \tcode{initializer_list} does not copy the underlying elements. \end{note}