Skip to content

Commit d25f7d0

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[optional.ref.ctor] Fix punctuation
1 parent 11b76b8 commit d25f7d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/utilities.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4683,9 +4683,9 @@
46834683
\pnum
46844684
\constraints
46854685
\begin{itemize}
4686-
\item \tcode{is_same_v<remove_cv_t<T>, optional<U>>} is \tcode{false}, and
4687-
\item \tcode{is_same_v<T\&, U>} is \tcode{false}.
4688-
\item \tcode{is_constructible_v<T\&, const U>} is \tcode{true},
4686+
\item \tcode{is_same_v<remove_cv_t<T>, optional<U>>} is \tcode{false},
4687+
\item \tcode{is_same_v<T\&, U>} is \tcode{false}, and
4688+
\item \tcode{is_constructible_v<T\&, const U>} is \tcode{true}.
46894689
\end{itemize}
46904690

46914691
\pnum

0 commit comments

Comments
 (0)