From f870e92ee491d7c2c3cdd1847c0f92a6e5145126 Mon Sep 17 00:00:00 2001 From: Andrew Rogers <32688592+adr26@users.noreply.github.com> Date: Fri, 27 Jun 2025 15:06:22 +0100 Subject: [PATCH] Fix typo in description of insert-return-type --- 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.