From 492f30bf846c2db649e9a77d85ec4d87ad63650e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Thu, 6 Mar 2025 13:44:56 +0000 Subject: [PATCH] Fix text format of throw_ref in explainer --- proposals/exception-handling/Exceptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/exception-handling/Exceptions.md b/proposals/exception-handling/Exceptions.md index d982592c..c00f4e8c 100644 --- a/proposals/exception-handling/Exceptions.md +++ b/proposals/exception-handling/Exceptions.md @@ -295,7 +295,7 @@ The following rules are added to *instructions*: ``` try_table blocktype catch* instruction* end | throw tag_index | - throw_ref label | + throw_ref | ``` Like the `block`, `loop`, and `if` instructions, the `try_table` instruction is