From 627d603d3aed4c8868fa56a8734c8aa2d35269e5 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 6 Dec 2024 17:37:05 +0000 Subject: [PATCH] [sequence.reqmts] Remove unnecessary qualification of which new element There is only one new element, and this avoids having to decide whether it should say args.... --- source/containers.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index 09d642b600..68b768dbf1 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -1478,8 +1478,7 @@ \pnum \returns -An iterator that points to -the new element constructed from \tcode{args} into \tcode{a}. +An iterator that points to the new element. \end{itemdescr} \indexcont{insert}%