Skip to content

Commit 72cc844

Browse files
Eelisjensmaurer
authored andcommitted
[expr.reinterpret.cast] Properly capitalize full-sentence bullets. (#2956)
1 parent f54f306 commit 72cc844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3934,11 +3934,11 @@
39343934
conversion is unspecified, except in the following cases:
39353935

39363936
\begin{itemize}
3937-
\item converting a prvalue of type ``pointer to member function'' to a
3937+
\item Converting a prvalue of type ``pointer to member function'' to a
39383938
different pointer-to-member-function type and back to its original type
39393939
yields the original pointer-to-member value.
39403940

3941-
\item converting a prvalue of type ``pointer to data member of \tcode{X}
3941+
\item Converting a prvalue of type ``pointer to data member of \tcode{X}
39423942
of type \tcode{T1}'' to the type ``pointer to data member of \tcode{Y}
39433943
of type \tcode{T2}'' (where the alignment requirements of \tcode{T2} are
39443944
no stricter than those of \tcode{T1}) and back to its original type

0 commit comments

Comments
 (0)