From 6dfe246df64e737e5fbef3d1fe1177365cb7beba Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 22 Oct 2021 10:20:12 +0100 Subject: [PATCH] [expr.await] Remove hyphen from "re-thrown" --- source/expressions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/expressions.tex b/source/expressions.tex index bef0eddb19..75a4f5bde0 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -4702,7 +4702,7 @@ If the evaluation of \placeholder{await-suspend} exits via an exception, the exception is caught, the coroutine is resumed, and the exception is immediately -re-thrown\iref{except.throw}. Otherwise, control flow returns +rethrown\iref{except.throw}. Otherwise, control flow returns to the current coroutine caller or resumer\iref{dcl.fct.def.coroutine} without exiting any scopes\iref{stmt.jump}.