diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-09-17 15:41:19 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-09-17 15:41:19 +0200 |
commit | 8edfa3d6e81e68af6f61bcab313e31928baa1c8c (patch) | |
tree | 8198ca729429173ca3cf91cca50bb6c7bda2e60a /lib/Travel/Status/DE/HAFAS/StopFinder.pm | |
parent | 033c77e61288a193521ffbc7eb2f780708eaa03c (diff) |
documentation updates
Diffstat (limited to 'lib/Travel/Status/DE/HAFAS/StopFinder.pm')
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/StopFinder.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Status/DE/HAFAS/StopFinder.pm b/lib/Travel/Status/DE/HAFAS/StopFinder.pm index 6984098..c81c33a 100644 --- a/lib/Travel/Status/DE/HAFAS/StopFinder.pm +++ b/lib/Travel/Status/DE/HAFAS/StopFinder.pm @@ -166,8 +166,8 @@ no error occurred, returns undef. =item $status->results Returns a list of stop candidates. Each list element is a hash reference. The -hash keys are B<id> (IBNR) and B<name> (stop name). Both can be used as input -for the Travel::Status::DE::HAFAS(3pm) constructor. +hash keys are B<id> (IBNR / UIC station code) and B<name> (stop name). Both can +be used as input for the Travel::Status::DE::HAFAS(3pm) constructor. If no matching results were found or the parser / http request failed, returns the empty list. |