From 8aae30c037108c51bbf5245980fca9ebb2918eeb Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Thu, 22 Feb 2024 10:43:34 +0100 Subject: [PATCH] [format.parse.ctx] fix incorrect mention of basic_format_args Co-authored-by: Jonathan Wakely --- source/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utilities.tex b/source/utilities.tex index dee4de6962..ab8b77b602 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -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}) is one of the types in \tcode{Ts...}. +(after conversion to \tcode{basic_format_arg}) is one of the types in \tcode{Ts...}. \end{itemize} \end{itemdescr}