Skip to content

Commit e489d2d

Browse files
committed
fix: spell JFK/UMass consistently
1 parent 32a8d37 commit e489d2d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/pa_ess/utilities.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ defmodule PaEss.Utilities do
114114
{~r"\bDownt'?n Xng\b", "Downtown Crossing"},
115115
{~r"\bSouth Sta\b", "South Station"},
116116
{~r"\bPark St\b", "Park Street"},
117-
{~r"\bJFK/Umass\b", "JFK Umass"},
117+
{~r"\bJFK/UMass\b", "JFK UMass"},
118118
{~r"\bQuincy Ctr\b", "Quincy Center"},
119119
{~r"\bTufts Med\b", "Tufts Medical Center"},
120120
{~r"\bMalden Ctr\b", "Malden Center"},
@@ -288,7 +288,7 @@ defmodule PaEss.Utilities do
288288
def destination_to_sign_string("place-hwsst"), do: "Hawes St"
289289
def destination_to_sign_string("place-hymnl"), do: "Hynes"
290290
def destination_to_sign_string("place-jaksn"), do: "Jackson Sq"
291-
def destination_to_sign_string("place-jfk"), do: "JFK/Umass"
291+
def destination_to_sign_string("place-jfk"), do: "JFK/UMass"
292292
def destination_to_sign_string("place-kencl"), do: "Kenmore"
293293
def destination_to_sign_string("place-knncl"), do: "Kendall/MIT"
294294
def destination_to_sign_string("place-kntst"), do: "Kent St"

priv/stops.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,23 +163,23 @@
163163
"route_ids": ["Red"],
164164
"stations": [
165165
{"station": "R Andrew southbound", "stop_ids": ["70083"]},
166-
{"station": "R JFK/Umass-Ashmont southbound", "stop_ids": ["70085"]},
166+
{"station": "R JFK/UMass-Ashmont southbound", "stop_ids": ["70085"]},
167167
{"station": "R Savin Hill southbound", "stop_ids": ["70087"]},
168168
{"station": "R Fields Corner southbound", "stop_ids": ["70089"]},
169169
{"station": "R Shawmut southbound", "stop_ids": ["70091"]},
170170
{"station": "R Ashmont", "stop_ids": ["70093", "70094"]},
171171
{"station": "R Shawmut northbound", "stop_ids": ["70092"]},
172172
{"station": "R Fields Corner northbound", "stop_ids": ["70090"]},
173173
{"station": "R Savin Hill northbound", "stop_ids": ["70088"]},
174-
{"station": "R JFK/Umass-Ashmont northbound", "stop_ids": ["70086"]},
174+
{"station": "R JFK/UMass-Ashmont northbound", "stop_ids": ["70086"]},
175175
{"station": "R Andrew northbound", "stop_ids": ["70084"]}
176176
]
177177
},
178178
"Red-Braintree":{
179179
"route_ids": ["Red"],
180180
"stations": [
181181
{"station": "R Andrew southbound", "stop_ids": ["70083"]},
182-
{"station": "R JFK/Umass-Braintree southbound", "stop_ids": ["70095"]},
182+
{"station": "R JFK/UMass-Braintree southbound", "stop_ids": ["70095"]},
183183
{"station": "R North Quincy southbound", "stop_ids": ["70097"]},
184184
{"station": "R Wollaston southbound", "stop_ids": ["70099"]},
185185
{"station": "R Quincy Center southbound", "stop_ids": ["70101"]},
@@ -189,7 +189,7 @@
189189
{"station": "R Quincy Center northbound", "stop_ids": ["70102"]},
190190
{"station": "R Wollaston northbound", "stop_ids": ["70100"]},
191191
{"station": "R North Quincy northbound", "stop_ids": ["70098"]},
192-
{"station": "R JFK/Umass-Braintree northbound", "stop_ids": ["70096"]}
192+
{"station": "R JFK/UMass-Braintree northbound", "stop_ids": ["70096"]}
193193
]
194194
},
195195
"Orange":{

0 commit comments

Comments
 (0)