Skip to content

Commit fbd1a70

Browse files
authored
[exec.set.error] Remove \tcode on prose word (#8208)
1 parent e8d4c8e commit fbd1a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@
12471247
\tcode{set_error} is an error completion function\iref{exec.async.ops}.
12481248
Its associated completion tag is \tcode{set_error_t}.
12491249
The expression \tcode{set_error(rcvr, err)}
1250-
for some \tcode{subexpressions} \tcode{rcvr} and \tcode{err} is ill-formed
1250+
for some subexpressions \tcode{rcvr} and \tcode{err} is ill-formed
12511251
if \tcode{rcvr} is an lvalue or an rvalue of const type.
12521252
Otherwise, it is expression-equivalent to
12531253
\tcode{\exposid{MANDATE-NOTHROW}(rcvr.set_error(err))}.

0 commit comments

Comments
 (0)