From 2f24840565c363d554f99bf74e6e4255a07891c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Wed, 18 Aug 2021 16:27:55 -0400 Subject: [PATCH] [coroutine.traits.primary] Separate parameters by spaces --- source/support.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/support.tex b/source/support.tex index 3f7f54c189..9955cd0c30 100644 --- a/source/support.tex +++ b/source/support.tex @@ -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} has the following publicly +then \tcode{coroutine_traits} has the following publicly accessible member: \begin{codeblock} using promise_type = typename R::promise_type; \end{codeblock} -Otherwise, \tcode{coroutine_traits} has no members. +Otherwise, \tcode{coroutine_traits} has no members. \pnum Program-defined specializations of this template shall define a publicly