Skip to content

Commit ea4dd1d

Browse files
authored
fixed polish license plate sample (#91)
1 parent 66987fa commit ea4dd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/locales/pl_PL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo $faker->licensePlate(false, ['zachodniopomorskie', 'świętokrzyskie']); //
4242
// Generates a random Polish vehicle registration number for specific counties
4343
echo $faker->licensePlate(false, ['warmińsko-mazurskie'], ['nidzicki', 'olecki']); // "NOE 35807"
4444
// Generates a random Polish license plate of Border Service or Police
45-
echo $faker->licensePlate(true, ['services'], ['Straż Graniczna', 'Policja']); // "UG 822PC"
45+
echo $faker->licensePlate(true, ['services'], ['Straż Graniczna', 'Policja']); // "HWA NB41", "HPG 806HV"
4646
// Generates a random Polish army license plate
4747
echo $faker->licensePlate(true, ['army']); // "UG 822PC"
4848
```

0 commit comments

Comments
 (0)