Skip to content

Commit

Permalink
Corrected comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBone committed Aug 29, 2018
1 parent 8f3d8ce commit cf0a1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.js
Expand Up @@ -138,7 +138,7 @@ function formatAddress(address) {
// "5083") while allowing several spaces. For example, "MEDI NDIE GARDE NS SA 5081" and
// "FIT ZROY SA 5082". This attempts to correct the suburb name (but only allows a small
// amount of change because otherwise a valid street or suburb name such as "Churcher" could
// be accidentally converted to another equally valid street or suburub name such as "Church").
// be accidentally converted to another equally valid street or suburb name such as "Church").

let suburbName = null;
let suburbNameMatch = null;
Expand Down

0 comments on commit cf0a1c7

Please sign in to comment.