Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 9f50d0f

Browse files
committed
Merge pull request #430 from julien-c/master
Correct state abbreviation for Nunavut
2 parents 7ca018d + 31e3f65 commit 9f50d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Faker/Provider/en_CA/Address.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Address extends \Faker\Provider\en_US\Address
1717
);
1818

1919
protected static $provinceAbbr = array(
20-
'AB', 'BC', 'MB', 'NB', 'NL', 'NT', 'NS', 'NV', 'ON', 'PE', 'QC', 'SK', 'YT'
20+
'AB', 'BC', 'MB', 'NB', 'NL', 'NT', 'NS', 'NU', 'ON', 'PE', 'QC', 'SK', 'YT'
2121
);
2222

2323
protected static $addressFormats = array(

0 commit comments

Comments
 (0)