From 706880e4ed855ae76d503c70adfb0015bbfb3df0 Mon Sep 17 00:00:00 2001 From: Lewis Baker Date: Thu, 16 Nov 2023 10:36:25 +1030 Subject: [PATCH] [allocator.requirements.general] Fix missing ellipsis (#6695) --- source/lib-intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib-intro.tex b/source/lib-intro.tex index 6fe8e8fa0e..858fb6f51c 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -2572,7 +2572,7 @@ \end{itemdescr} \begin{itemdecl} -a.construct(c, args) +a.construct(c, args...) \end{itemdecl} \begin{itemdescr}