diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-08-03 19:10:07 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-08-03 19:10:07 +0200 |
commit | ab66856968ecf9a721fadb7a0ae67c39663791dc (patch) | |
tree | f2631e27c2a3e91b65a37fb4b513754919617227 /lib/Travel/Status/DE/DeutscheBahn.pm | |
parent | 047cb7b3e9f694c3e6654102bff3ae2bfd457be8 (diff) |
Fix error/errstr documentation mixup
Diffstat (limited to 'lib/Travel/Status/DE/DeutscheBahn.pm')
-rw-r--r-- | lib/Travel/Status/DE/DeutscheBahn.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm index 136cf51..797d40f 100644 --- a/lib/Travel/Status/DE/DeutscheBahn.pm +++ b/lib/Travel/Status/DE/DeutscheBahn.pm @@ -278,7 +278,7 @@ By default, the following are shown: ice, ic_ec, d, nv, s. =back -=item $status->error +=item $status->errstr In case of an error in the HTTP request, returns a string describing it. If no error occured, returns undef. |