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