Skip to content

Commit

Permalink
[unique.ptr.single.general] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Krug authored Dec 16, 2024
1 parent a73c71e commit 2a8b861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/memory.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,7 @@
A program that instantiates the definition of \tcode{unique_ptr<T, D>}
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<T\&, D>} and \tcode{unique_ptr<int() const, D>}.
\end{note}

Expand Down

0 comments on commit 2a8b861

Please sign in to comment.