We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b840da commit f0282c8Copy full SHA for f0282c8
proposals/exception-handling/Exceptions.md
@@ -123,7 +123,7 @@ catch_ref tag label
123
catch_all label
124
catch_all_ref label
125
```
126
-All forms have a label which is branched to when an exception is cought (see
+All forms have a label which is branched to when an exception is caught (see
127
below). The former two forms have an exception tag associated with it that
128
identifies what exceptions it will catch. The latter two forms catch any
129
exception, so that they can be used to define a _default_ handler.
0 commit comments