Skip to content

Commit b3b42a6

Browse files
JohelEGPtkoeppe
authored andcommitted
[futures.async] Add missing space to fold expression
1 parent b02a8de commit b3b42a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7224,7 +7224,7 @@
72247224
The following are all \tcode{true}:
72257225
\begin{itemize}
72267226
\item \tcode{is_constructible_v<decay_t<F>, F>},
7227-
\item \tcode{(is_constructible_v<decay_t<Args>, Args> \&\&...)}, and
7227+
\item \tcode{(is_constructible_v<decay_t<Args>, Args> \&\& ...)}, and
72287228
\item \tcode{is_invocable_v<decay_t<F>, decay_t<Args>...>}.
72297229
\end{itemize}
72307230

0 commit comments

Comments
 (0)