Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@
\tcode{set_error} is an error completion function\iref{exec.async.ops}.
Its associated completion tag is \tcode{set_error_t}.
The expression \tcode{set_error(rcvr, err)}
for some \tcode{subexpressions} \tcode{rcvr} and \tcode{err} is ill-formed
for some subexpressions \tcode{rcvr} and \tcode{err} is ill-formed
if \tcode{rcvr} is an lvalue or an rvalue of const type.
Otherwise, it is expression-equivalent to
\tcode{\exposid{MANDATE-NOTHROW}(rcvr.set_error(err))}.
Expand Down