Skip to content

Commit f0282c8

Browse files
authored
Fix typo in explainer (WebAssembly#312)
1 parent 0b840da commit f0282c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/exception-handling/Exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ catch_ref tag label
123123
catch_all label
124124
catch_all_ref label
125125
```
126-
All forms have a label which is branched to when an exception is cought (see
126+
All forms have a label which is branched to when an exception is caught (see
127127
below). The former two forms have an exception tag associated with it that
128128
identifies what exceptions it will catch. The latter two forms catch any
129129
exception, so that they can be used to define a _default_ handler.

0 commit comments

Comments
 (0)