1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-24 01:09:50 +01:00

Typo fix. related #176

This commit is contained in:
Hasan Degismez 2013-09-18 22:35:37 +03:00
parent d82fb29c58
commit 46afbb63c6

View File

@ -13,7 +13,7 @@ class Address extends \Faker\Provider\Address
protected static $postcode = array('#####');
/**
* @var array Cities of Turkey, for feature updates please use @link https://tr.wikipedia.org/wiki/T%C3%BCrkiye'nin_illeri
* @var array Cities of Turkey, for future updates please use @link https://tr.wikipedia.org/wiki/T%C3%BCrkiye'nin_illeri
*/
protected static $cityNames = array(
'Adana','Adıyaman','Afyon','Ağrı','Aksaray','Amasya','Ankara','Antalya','Ardahan','Artvin','Aydın',
@ -39,7 +39,7 @@ class Address extends \Faker\Provider\Address
);
/**
* @var array Countries in Turkish, for feature update/extend purposes please use @link https://tr.wikipedia.org/wiki/%C3%9Clkeler_listesi
* @var array Countries in Turkish, for future update/extend purposes please use @link https://tr.wikipedia.org/wiki/%C3%9Clkeler_listesi
*/
protected static $country = array(
'Almanya','Amerika Birleşik Devletleri','Arjantin','Arnavutluk','Avustralya','Avusturya','Azerbaycan',