From a6328f95dffe5e08bffa9003a4109a243daf888e Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sat, 5 Jul 2025 08:42:54 +0200 Subject: [PATCH] [mem.poly.allocator.mem] Fix typo --- source/memory.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/memory.tex b/source/memory.tex index aad6384825..a973205895 100644 --- a/source/memory.tex +++ b/source/memory.tex @@ -7792,7 +7792,7 @@ \pnum \effects -Construct a \tcode{T} object in the storage +Constructs a \tcode{T} object in the storage whose address is represented by \tcode{p} by uses-allocator construction with allocator \tcode{*this} and constructor arguments \tcode{std::forward(args)...}.