Skip to content

Commit c713e44

Browse files
authored
Fix text format of throw_ref in explainer (#341)
1 parent e7c7c31 commit c713e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: proposals/exception-handling/Exceptions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ The following rules are added to *instructions*:
295295
```
296296
try_table blocktype catch* instruction* end |
297297
throw tag_index |
298-
throw_ref label |
298+
throw_ref |
299299
```
300300

301301
Like the `block`, `loop`, and `if` instructions, the `try_table` instruction is

0 commit comments

Comments
 (0)