Skip to content

Commit 0b12566

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[unique.ptr.single.general] Fix typo
1 parent 2cf73c8 commit 0b12566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/memory.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@
21162116
A program that instantiates the definition of \tcode{unique_ptr<T, D>}
21172117
is ill-formed if \tcode{T*} is an invalid type.
21182118
\begin{note}
2119-
This prevents the intantiation of specializations such as
2119+
This prevents the instantiation of specializations such as
21202120
\tcode{unique_ptr<T\&, D>} and \tcode{unique_ptr<int() const, D>}.
21212121
\end{note}
21222122

0 commit comments

Comments
 (0)