From 8298588025d8aca43552dc9cccd65e0786423dbe Mon Sep 17 00:00:00 2001 From: Arthur O'Dwyer Date: Sun, 12 Nov 2023 23:20:54 -0500 Subject: [PATCH] [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`. --- source/support.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/support.tex b/source/support.tex index 4376a443cf..403174fcae 100644 --- a/source/support.tex +++ b/source/support.tex @@ -4117,7 +4117,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}