Skip to content

Commit 74f5f61

Browse files
authored
[tuple.cnstr] Do not use code font for cardinal number 1 (#6785)
1 parent 4fe9190 commit 74f5f61

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
@@ -2032,7 +2032,7 @@
20322032
\tcode{true}, and
20332033

20342034
\item
2035-
either \tcode{sizeof...(Types)} is not \tcode{1}, or
2035+
either \tcode{sizeof...(Types)} is not 1, or
20362036
(when \tcode{Types...} expands to \tcode{T})
20372037
\tcode{is_convertible_v<UTuple, T>} and
20382038
\tcode{is_constructible_v<T, UTuple>} are both \tcode{false}.

0 commit comments

Comments
 (0)