Skip to content

Commit

Permalink
[coroutine.traits.primary] Separate parameters by spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
JohelEGP authored and tkoeppe committed Aug 18, 2021
1 parent ffb5fd3 commit 2f24840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5097,14 +5097,14 @@
if \tcode{ArgTypes} is a parameter pack of types and
if the \grammarterm{qualified-id} \tcode{R::promise_type} is valid and
denotes a type\iref{temp.deduct},
then \tcode{coroutine_traits<R,ArgTypes...>} has the following publicly
then \tcode{coroutine_traits<R, ArgTypes...>} has the following publicly
accessible member:

\begin{codeblock}
using promise_type = typename R::promise_type;
\end{codeblock}

Otherwise, \tcode{coroutine_traits<R,ArgTypes...>} has no members.
Otherwise, \tcode{coroutine_traits<R, ArgTypes...>} has no members.

\pnum
Program-defined specializations of this template shall define a publicly
Expand Down

0 comments on commit 2f24840

Please sign in to comment.