Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
no need to link to error method
  • Loading branch information
kraih committed Jan 23, 2015
1 parent bc79ba7 commit 99b942e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/Transaction.pm
Expand Up @@ -214,8 +214,8 @@ Connection identifier or socket.
my $err = $tx->error;
Return request or response error from L<Mojo::Message/"error"> or C<undef> if
there is no error, commonly used together with L</"success">.
Get request or response error, or return C<undef> if there is no error,
commonly used together with L</"success">.
# Longer version
my $err = $tx->req->error || $tx->res->error;
Expand Down

0 comments on commit 99b942e

Please sign in to comment.