We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf73c8 commit 0b12566Copy full SHA for 0b12566
source/memory.tex
@@ -2116,7 +2116,7 @@
2116
A program that instantiates the definition of \tcode{unique_ptr<T, D>}
2117
is ill-formed if \tcode{T*} is an invalid type.
2118
\begin{note}
2119
-This prevents the intantiation of specializations such as
+This prevents the instantiation of specializations such as
2120
\tcode{unique_ptr<T\&, D>} and \tcode{unique_ptr<int() const, D>}.
2121
\end{note}
2122
0 commit comments