Skip to content

Commit

Permalink
[format.parse.ctx] fix incorrect mention of basic_format_args
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Wakely <[email protected]>
  • Loading branch information
Eisenwave and jwakely authored Feb 22, 2024
1 parent 3b6486a commit 8aae30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -17421,7 +17421,7 @@
\tcode{id < num_args_} is \tcode{true} and
\item
the type of the corresponding format argument
(after conversion to \tcode{basic_format_args<Context>}) is one of the types in \tcode{Ts...}.
(after conversion to \tcode{basic_format_arg<Context>}) is one of the types in \tcode{Ts...}.
\end{itemize}
\end{itemdescr}

Expand Down

0 comments on commit 8aae30c

Please sign in to comment.