Skip to content

Commit 049c71a

Browse files
committed
Merge pull request #75 from heikojansen/patch-1
Use correct method name within its section
2 parents bf2136b + f810ab2 commit 049c71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Type/Failure.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Returns C<True> for handled failures, C<False> otherwise.
3232
3333
=head2 method exception
3434
35-
method handled(Failure:D:) returns Exception
35+
method exception(Failure:D:) returns Exception
3636
3737
Returns the L<Exception> object that the failure wraps.
3838

0 commit comments

Comments
 (0)