Skip to content

Commit 2f24840

Browse files
JohelEGPtkoeppe
authored andcommitted
[coroutine.traits.primary] Separate parameters by spaces
1 parent ffb5fd3 commit 2f24840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/support.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5097,14 +5097,14 @@
50975097
if \tcode{ArgTypes} is a parameter pack of types and
50985098
if the \grammarterm{qualified-id} \tcode{R::promise_type} is valid and
50995099
denotes a type\iref{temp.deduct},
5100-
then \tcode{coroutine_traits<R,ArgTypes...>} has the following publicly
5100+
then \tcode{coroutine_traits<R, ArgTypes...>} has the following publicly
51015101
accessible member:
51025102

51035103
\begin{codeblock}
51045104
using promise_type = typename R::promise_type;
51055105
\end{codeblock}
51065106

5107-
Otherwise, \tcode{coroutine_traits<R,ArgTypes...>} has no members.
5107+
Otherwise, \tcode{coroutine_traits<R, ArgTypes...>} has no members.
51085108

51095109
\pnum
51105110
Program-defined specializations of this template shall define a publicly

0 commit comments

Comments
 (0)