Skip to content

Commit 2a8b861

Browse files
authored
[unique.ptr.single.general] Fix typo
1 parent a73c71e commit 2a8b861

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
@@ -2088,7 +2088,7 @@
20882088
A program that instantiates the definition of \tcode{unique_ptr<T, D>}
20892089
is ill-formed if \tcode{T*} is an invalid type.
20902090
\begin{note}
2091-
This prevents the intantiation of specializations such as
2091+
This prevents the instantiation of specializations such as
20922092
\tcode{unique_ptr<T\&, D>} and \tcode{unique_ptr<int() const, D>}.
20932093
\end{note}
20942094

0 commit comments

Comments
 (0)