File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ Which would output:
246246 in block <unit> at exception.raku line 21
247247 =end code
248248
249- Since the C<CATCH> block is handling just the L<C<X::AdHoc>|/type/X::AdHoc> exception
249+ This is because the C<CATCH> block is handling just the L<C<X::AdHoc>|/type/X::AdHoc> exception
250250thrown by the C<die> statement, but not the C<E> exception. In the
251251absence of a C<CATCH> block, all exceptions will be contained and
252252dropped, as indicated above. C<resume> will resume execution right after
@@ -255,7 +255,7 @@ Please consult the section on
255255L<resuming of exceptions|/language/exceptions#Resuming_of_exceptions>
256256for more information on this.
257257
258- A C<try>- block is a normal block and as such treats its last statement
258+ A C<try> block is a normal block and as such treats its last statement
259259as the return value of itself. We can therefore use it as a right-hand
260260side.
261261
You can’t perform that action at this time.
0 commit comments