Skip to content

Commit b7ade36

Browse files
committed
link from fail to phasers
1 parent 7151835 commit b7ade36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Language/control.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,8 @@ The same rules as for C<return> reguarding phasers and control exceptions apply.
720720
721721
Leaves the current routine and returns the provided
722722
L<Exception|/type/Exception> or C<Str> wrapped inside a
723-
L<Failure|/type/Failure>.
723+
L<Failure|/type/Failure>, after all relevant
724+
L<phasers|/language/phasers#Block_Phasers> are executed.
724725
725726
sub f { fail "WELP!" };
726727
dd f;

0 commit comments

Comments
 (0)