summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-01-16 17:13:07 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-01-16 17:13:07 +0100
commit3fb3cc73c3951a8486d1e974f5bedb98cd04da20 (patch)
treef7f24170853d32d49748e318aa181a2f0e6e2803
parent7829dbac4efa92d443a0a002ff3c0cf439514264 (diff)
Result: route_timetable: Fix misleading code snippet
-rw-r--r--lib/Travel/Status/DE/URA/Result.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/URA/Result.pm b/lib/Travel/Status/DE/URA/Result.pm
index 91953d5..81b54a1 100644
--- a/lib/Travel/Status/DE/URA/Result.pm
+++ b/lib/Travel/Status/DE/URA/Result.pm
@@ -138,7 +138,7 @@ The number of the line.
If the B<results> method of Travel::Status::DE::URA(3pm) was called with
B<full_routes> => true:
Returns a list of arrayrefs describing the entire route. I.e.
-C<< [[$time1, $stop1], [$time2, $stop2], ...] >>.
+C<< ([$time1, $stop1], [$time2, $stop2], ...) >>.
The times are DateTime::Duration(3pm) objects, the stops are only names,
not IDs (subject to change). Returns an empty list otherwise.