Skip to content

Commit 927ddba

Browse files
authored
Fix typo
1 parent fb1c89b commit 927ddba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Failure.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Returns the L<Exception> object that the failure wraps.
7575
7676
Defined as:
7777
78-
method exception(Failure:D: --> Failure:D)
78+
method self(Failure:D: --> Failure:D)
7979
8080
If the invocant is a L<handled> C<Failure>, returns it as is.
8181
If not handled, throws its L<Exception>. Since

0 commit comments

Comments
 (0)