From 324c5ec58dc467b674a1bebb8705bffc5a1b0c39 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Thu, 14 Mar 2024 13:24:13 -0400 Subject: [PATCH] Export "an exception was thrown" --- index.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 921b2ead..71c0743c 100644 --- a/index.bs +++ b/index.bs @@ -14589,7 +14589,8 @@ must propagate to the caller, and if not caught there, to its caller, and so on. Per [[#conventions]], an algorithm specified in this document may intercept thrown exceptions, either by specifying -the exact steps to take if an exception was thrown, or by explicitly handling [=abrupt completions=]. +the exact steps to take if an exception was thrown, or by explicitly handling +[=abrupt completions=].