diff --git a/source/memory.tex b/source/memory.tex index eb795e7ba3..3e11ab986b 100644 --- a/source/memory.tex +++ b/source/memory.tex @@ -6633,7 +6633,7 @@ \pnum Constructing an owned object of type \tcode{U} with \tcode{args...} using the allocator \tcode{a} means calling -\tcode{allocator_traits::cop, args...)} where +\tcode{allocator_traits::construct(a, \exposid{p}, args...)} where \tcode{args} is an expression pack, \tcode{a} is an allocator, and \exposid{p} points to storage suitable for an owned object of type \tcode{U}.