Skip to content

Commit

Permalink
Update Address.php to fix country name errors
Browse files Browse the repository at this point in the history
Change '特克斯和凯科斯群岛(' to '特克斯和凯科斯群岛'
  • Loading branch information
supgeek-rod authored Nov 13, 2023
1 parent 09cc68a commit ea7e419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Provider/zh_CN/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class Address extends \Faker\Provider\Address
'斯威士兰', '瑞典', '瑞士', '叙利亚', '塔吉克斯坦', '坦桑尼亚',
'泰国', '阿拉伯联合酋长国', '多哥', '托克劳群岛', '汤加',
'特立尼达和多巴哥', '突尼斯', '土耳其', '土库曼斯坦',
'特克斯和凯科斯群岛(', '图瓦卢', '美国', '乌干达', '乌克兰',
'特克斯和凯科斯群岛', '图瓦卢', '美国', '乌干达', '乌克兰',
'英国', '乌拉圭', '乌兹别克斯坦', '瓦努阿图', '梵蒂冈',
'委内瑞拉', '越南', '维尔京群岛', '维尔京群岛和圣罗克伊',
'威克岛', '瓦里斯和富士那群岛', '西撒哈拉', '也门', '南斯拉夫',
Expand Down

0 comments on commit ea7e419

Please sign in to comment.