diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Result.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 634779f..f0eccac 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -1206,15 +1206,15 @@ This is a developer option. It may be removed without prior warning. =item $result->replaced_by -Returns a list of references to Travel::Status::DE::IRIS::Result(3pm) objects -which replace the (usually cancelled) arrival/departure of this train. +Returns a list of weakened references to Travel::Status::DE::IRIS::Result(3pm) +objects which replace the (usually cancelled) arrival/departure of this train. Returns nothing (false / empty list) otherwise. =item $result->replacement_for -Returns a list of references to Travel::Status::DE::IRIS::Result(3pm) objects -which this (usually unplanned) train is meant to replace. -Returns nothing (false / empty list) otherwise. +Returns a list of weakened references to Travel::Status::DE::IRIS::Result(3pm) +objects which this (usually unplanned) train is meant to replace. Returns +nothing (false / empty list) otherwise. =item $result->route |