diff --git a/lib/components/viewers/route-details.tsx b/lib/components/viewers/route-details.tsx index 48e6c6bc2..c85382e9e 100644 --- a/lib/components/viewers/route-details.tsx +++ b/lib/components/viewers/route-details.tsx @@ -90,7 +90,7 @@ class RouteDetails extends Component { lastStop: pat.stops?.[pat.stops?.length - 1]?.name }) ) - // Remove duplicate headsigns. Replaces duplicate headsigns with the last stop name + // Address duplicate headsigns. Replaces duplicate headsigns with the last stop name .reduce((prev: PatternSummary[], cur) => { const amended = prev const alreadyExistingIndex = prev.findIndex(