From 04bf1a3e8312f2ae7aab99f99e2a9205b1f6267e Mon Sep 17 00:00:00 2001 From: Andrew Rogers Date: Sun, 29 Jun 2025 08:51:32 +0100 Subject: [PATCH] [container.insert.return] Fix description of insert-return-type Use "for exposition only" for consistency with usage elsewhere in the spec, and for the clarity/grammatical correctness of this sentence. --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index d7032dfd28..23e4ee69b1 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -2622,7 +2622,7 @@ \end{codeblock} \pnum -The name \exposid{insert-return-type} is exposition only. +The name \exposid{insert-return-type} is for exposition only. \exposid{insert-return-type} has the template parameters, data members, and special members specified above. It has no base classes or members other than those specified.