Skip to content

Commit e465907

Browse files
committed
FIXUP LWG3836: Use ";" instead of "," in itemized list.
1 parent 08ec25d commit e465907

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
@@ -7563,7 +7563,7 @@
75637563
\item
75647564
\tcode{remove_cvref_t<U>} is not a specialization of \tcode{unexpected}; and
75657565
\item
7566-
\tcode{is_constructible_v<T, U>} is \tcode{true}, and
7566+
\tcode{is_constructible_v<T, U>} is \tcode{true}; and
75677567
\item
75687568
if \tcode{T} is \cv{} \tcode{bool},
75697569
\tcode{remove_cvref_t<U>} is not a specialization of \tcode{expected}.

0 commit comments

Comments
 (0)