From 2a8b861e3c3a06f776a3884b94c5dc8b69ebf83b Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:53:51 +0100 Subject: [PATCH] [unique.ptr.single.general] Fix typo --- source/memory.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/memory.tex b/source/memory.tex index 5c3fbbb90a..da619eb234 100644 --- a/source/memory.tex +++ b/source/memory.tex @@ -2088,7 +2088,7 @@ A program that instantiates the definition of \tcode{unique_ptr} is ill-formed if \tcode{T*} is an invalid type. \begin{note} -This prevents the intantiation of specializations such as +This prevents the instantiation of specializations such as \tcode{unique_ptr} and \tcode{unique_ptr}. \end{note}