Skip to content

Commit

Permalink
Update Failure.pod6
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelschipiura committed Sep 11, 2017
1 parent 3de3d4e commit d731079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Failure.pod6
Expand Up @@ -30,7 +30,7 @@ Defined as:
method new(Failure:D: $payload --> Failure)
Returns a new C<Failure> instance with the given payload. The latter can be
either an C<Exception> or a payload for an C<Exception>. A typical payload
either an L<Exception> or a payload for an C<Exception>. A typical payload
would be a C<Str> with an error message. A list of payloads is also accepted.
my $e = Failure.new(now.DateTime, 'WELP‼');
Expand Down

0 comments on commit d731079

Please sign in to comment.