Skip to content

Commit 12c32b9

Browse files
authored
[expr.await] Remove hyphen from "re-thrown" (#5062)
1 parent a45f880 commit 12c32b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -4702,7 +4702,7 @@
47024702
If the evaluation of \placeholder{await-suspend}
47034703
exits via an exception, the exception is caught,
47044704
the coroutine is resumed, and the exception is immediately
4705-
re-thrown\iref{except.throw}. Otherwise, control flow returns
4705+
rethrown\iref{except.throw}. Otherwise, control flow returns
47064706
to the current coroutine caller or resumer\iref{dcl.fct.def.coroutine}
47074707
without exiting any scopes\iref{stmt.jump}.
47084708

0 commit comments

Comments
 (0)