Skip to content

Commit b67442d

Browse files
kkeene1cblanc
authored andcommitted
Corrected toArea documented output
1 parent ecbff4c commit b67442d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ import {
155155
toNormalised("Sw1A 2aa"); // => "SW1A 2AA"
156156
toOutcode("Sw1A 2aa"); // => "SW1A"
157157
toIncode("Sw1A 2aa"); // => "2AA"
158-
toArea("Sw1A 2aa"); // => "AA"
158+
toArea("Sw1A 2aa"); // => "SW"
159159
toDistrict("Sw1A 2aa"); // => "SW1"
160160
toSubDistrict("Sw1A 2aa"); // => "SW1A"
161161
toSector("Sw1A 2aa"); // => "SW1A 2"

0 commit comments

Comments
 (0)