From 3fb3cc73c3951a8486d1e974f5bedb98cd04da20 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 16 Jan 2015 17:13:07 +0100 Subject: Result: route_timetable: Fix misleading code snippet --- lib/Travel/Status/DE/URA/Result.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 method of Travel::Status::DE::URA(3pm) was called with B => 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. -- cgit v1.2.3