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 10, 2017
1 parent 867444b commit 3de3d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Failure.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Defined as:
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
would be a C<Str> with an error message. A list of payloads is also excepted.
would be a C<Str> with an error message. A list of payloads is also accepted.
my $e = Failure.new(now.DateTime, 'WELP‼');
say $e;
Expand Down

0 comments on commit 3de3d4e

Please sign in to comment.