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 a279942 commit 6a24447Copy full SHA for 6a24447
doc/Language/exceptions.pod6
@@ -66,7 +66,7 @@ Please note that the match target is a role. To allow user defined exceptions
66
to match in the same manner, they must implement the given role. Just existing
67
in the same namespace will look alike but won't match in a C<CATCH> block.
68
69
-=head2 Exceptions handlers and enclosing blocks.
+=head2 Exception handlers and enclosing blocks.
70
71
After a CATCH has handled the exception, the block enclosing the CATCH is left.
72
0 commit comments