Skip to content

Commit ed52dd6

Browse files
committed
Minor wording improvement as suggested by Tim Song
1 parent 4ca3e2b commit ed52dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/issue4359.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ This wording is relative to <paper num="N5014"/>.
3131

3232
<blockquote>
3333
<p>
34-
-7- `as_awaitable` is a customization point object. For subexpressions `expr` and `p` <del>where `p`
35-
is an lvalue</del>, `Expr` names the type `decltype((expr))` and `Promise` names the type
34+
-7- `as_awaitable` is a customization point object. For subexpressions `expr` and `p` where <del>`p`
35+
is an lvalue,</del> `Expr` names the type `decltype((expr))` and `Promise` names the type
3636
<tt>decay_t&lt;decltype((p))&gt;</tt>, <ins>if `p` is not an lvalue, `as_awaitable(expr, p)` is
3737
ill-formed, otherwise</ins> `as_awaitable(expr, p)` is expression-equivalent to,
3838
except that the evaluations of `expr` and `p` are indeterminately sequenced:

0 commit comments

Comments
 (0)