diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-17 22:06:58 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-11-17 22:06:58 +0100 |
commit | 0b488a4eddfb7b9ea9684383cc3d83fe2783fd11 (patch) | |
tree | d04afef6cec8c9552c0e416b88e4f07a465588d1 | |
parent | d967aecfde117a4d09053cbddb155a3bad893829 (diff) |
Section: transfer_duration may be negatve
-rw-r--r-- | lib/Travel/Routing/DE/HAFAS/Connection/Section.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm b/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm index f4ddb35..50e3ff1 100644 --- a/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm +++ b/lib/Travel/Routing/DE/HAFAS/Connection/Section.pm @@ -325,8 +325,8 @@ Undef otherwise. DateTime::Duration(3pm) object holding the difference between the departure of this journey and the arrival of the previous journey in the connection -- i.e., -the amount of time available for changing platforms. Undef for the first -journey in a connuction. +the amount of time available for changing platforms. May be negative. +Undef for the first journey in a connection. =item $section->type |