Skip to content

Commit b728389

Browse files
committed
Merge pull request #615 from FrankHB/patch-8
[unique.ptr.runtime.ctor] Fix formatting
2 parents e8db874 + 820981d commit b728389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5250,7 +5250,7 @@
52505250

52515251
\begin{itemize}
52525252
\item \tcode{U} is an array type, and
5253-
\item \tcode{pointer} is the same type as {element_type*}, and
5253+
\item \tcode{pointer} is the same type as \tcode{element_type*}, and
52545254
\item \tcode{UP::pointer} is the same type as \tcode{UP::element_type*}, and
52555255
\item \tcode{UP::element_type(*)[]} is convertible to \tcode{element_type(*)[]}, and
52565256
\item either \tcode{D} is a reference type and \tcode{E} is the same type as \tcode{D},

0 commit comments

Comments
 (0)